GNU nano 2.0.2

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4005 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
David Lawrence Ramsey 2006-12-21 02:47:14 +00:00
parent 0c426782c4
commit 518b7fac9d
3 changed files with 11 additions and 2 deletions

View File

@ -1,4 +1,4 @@
CVS code -
GNU nano 2.0.2 - 2006.12.20
- General:
- Miscellaneous comment fixes. (DLR)
- browser.c:

9
NEWS
View File

@ -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

View 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