From f81d6fe8d35b1bfeb1d1e33195320c46bcc7d2da Mon Sep 17 00:00:00 2001 From: Chris Allegretta Date: Thu, 11 Feb 2010 06:13:55 +0000 Subject: [PATCH] GNU nano 2.2.3 release git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4482 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- ChangeLog | 1 + NEWS | 10 ++++++++++ configure.ac | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2a9b8f1a..95061b7a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +GNU nano 2.2.3 - 2010.02.11 2010-01-28 Chris Allegretta * move.c (do_page_up, do_page_down): Fix for smooth mode not preserving cusor position. Part one of fix for Savannah bug 21178 by Mike Frysinger. diff --git a/NEWS b/NEWS index 978d8e4b..311de16f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +2010.02.11 - GNU nano 2.2.3 "fumbling toward stability" is released. + This release contains a fix for only one bug, but a + rather irritating one: when paging up/down with smooth + scrolling, the cursor position was not being preserved + due to a bug in 2.2.2. With such a targeted fix + like this what could POSSIBLY go WRONG? Hahaha. + Enjoy and if you find new bugs, as always please + use Savannah's bug tracker. + http://savannah.gnu.org/bugs/?func=additem&group=nano + 2010.01.17 - GNU nano 2.2.2 is released for you, you, you. This release includes fixes for: crashed when writing backup files in certain conditions, improper diff --git a/configure.ac b/configure.ac index a8c16620..7f60a9b9 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ # # $Id$ -AC_INIT([GNU nano], [2.2.2-svn], [nano-devel@gnu.org], [nano]) +AC_INIT([GNU nano], [2.2.3], [nano-devel@gnu.org], [nano]) AC_CONFIG_SRCDIR([src/nano.c]) AC_CANONICAL_TARGET([]) AM_INIT_AUTOMAKE -- 2.39.5