]> git.wh0rd.org Git - nano.git/commitdiff
GNU nano 2.0.2 v2.0.2
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 21 Dec 2006 02:47:14 +0000 (02:47 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 21 Dec 2006 02:47:14 +0000 (02:47 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4005 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
NEWS
configure.ac

index 4642beb2e4e13b9145726f8032f75cb5789892f0..735fe93d24fce2321e1d4ccc8f7168ad9df96b57 100644 (file)
--- 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 c6346cf1d8e1841f277cc33f8de66af50176061e..14833c9ef8a20c88deab7b6a3aafae615633ebd2 100644 (file)
--- 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
index 690e8e6d2d6096d577031472829d183c570ac893..09d5ee9342d33d5b17953466f5bb31f3ce2f435d 100644 (file)
@@ -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