]> git.wh0rd.org Git - nano.git/commitdiff
GNU nano 2.0.1 v2.0.1
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 20 Nov 2006 14:38:31 +0000 (14:38 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 20 Nov 2006 14:38:31 +0000 (14:38 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3956 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
NEWS
configure.ac

index d2d69d210d2d30d99436809ef52bfaaeb1322001..53733c1b7589c71bbbaded2a58c1b3e31be0089d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-CVS code -
+GNU nano 2.0.1 - 2006.11.20
 - General:
        - Miscellaneous comment fixes. (DLR)
        - Fix copyright notices to not abbreviate the year list using a
diff --git a/NEWS b/NEWS
index 6fcc278007a237d4af1514ba728fb4a8b35ae60c..c6346cf1d8e1841f277cc33f8de66af50176061e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+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
+               a file is no longer possible when saving a new file in
+               restricted mode, and zero-length Unicode characters are
+               now highlighted properly when nano is built without
+               regular expression support.  It also adds several minor
+               documentation updates.  Have fun with it.
+
 2006.11.06 - GNU nano 2.0.0 does its little dance.  This release adds
                documentation updates and a few cosmetic tweaks.
                        For those who haven't been following nano 1.3
index e14027a3e8754679bc8889b5cd25a5088c0e293c..e2dfdc047f128f825c2e3578ffa8a657226c8db3 100644 (file)
@@ -19,7 +19,7 @@
 #
 # $Id$
 
-AC_INIT([GNU nano], [2.0.0-cvs], [nano-devel@gnu.org], [nano])
+AC_INIT([GNU nano], [2.0.1], [nano-devel@gnu.org], [nano])
 AC_CONFIG_SRCDIR([src/nano.c])
 AC_CANONICAL_TARGET([])
 AM_INIT_AUTOMAKE