From: David Lawrence Ramsey Date: Thu, 21 Dec 2006 02:47:14 +0000 (+0000) Subject: GNU nano 2.0.2 X-Git-Tag: v2.0.2 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=518b7fac9df6fb6653cbdfb2b2aebdc5a5cb4f2c;p=nano.git GNU nano 2.0.2 git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4005 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- 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