From 518b7fac9df6fb6653cbdfb2b2aebdc5a5cb4f2c Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Thu, 21 Dec 2006 02:47:14 +0000 Subject: [PATCH] GNU nano 2.0.2 git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4005 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- ChangeLog | 2 +- NEWS | 9 +++++++++ configure.ac | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4642beb2..735fe93d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -CVS code - +GNU nano 2.0.2 - 2006.12.20 - General: - Miscellaneous comment fixes. (DLR) - browser.c: diff --git a/NEWS b/NEWS index c6346cf1..14833c9e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +2006.12.20 - GNU nano 2.0.2 forges ahead. This release fixes a segfault + when trying to save in a nonexistent directory; fixes + handling of strings containing nulls at the "Write File", + "Insert File", "Execute Command", and "Go to Directory" + prompts; fixes several minor memory leaks; fixes two + more potential compilation warnings; adds a few + translation updates; and adds a few more minor + documentation updates. Enjoy. + 2006.11.20 - GNU nano 2.0.1 emerges from its cocoon. This release contains several bugfixes: saving one file over another will now always warn about overwriting it, overwriting diff --git a/configure.ac b/configure.ac index 690e8e6d..09d5ee93 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ # # $Id$ -AC_INIT([GNU nano], [2.0.1-cvs], [nano-devel@gnu.org], [nano]) +AC_INIT([GNU nano], [2.0.2], [nano-devel@gnu.org], [nano]) AC_CONFIG_SRCDIR([src/nano.c]) AC_CANONICAL_TARGET([]) AM_INIT_AUTOMAKE