nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 518b7fac9df6fb6653cbdfb2b2aebdc5a5cb4f2c
parent 0c426782c43e4dd97996e27b2a56a3ce0568eca0
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Thu, 21 Dec 2006 02:47:14 +0000

GNU nano 2.0.2


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4005 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
MChangeLog | 2+-
MNEWS | 9+++++++++
Mconfigure.ac | 2+-
3 files changed, 11 insertions(+), 2 deletions(-)

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