nano

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

commit 66149e7aee75502de5e04570f10bddff31894416
parent 07b9c2b90c2bf3f6177814952953a8647b620c16
Author: Chris Allegretta <chrisa@asty.org>
Date:   Tue, 19 Dec 2000 02:51:06 +0000

Update docs for .24 release


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

Diffstat:
MChangeLog | 2+-
MNEWS | 11+++++++++++
2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,4 +1,4 @@ -CVS code - +nano 0.9.24 - 12/18/2000 General - Added --disable-help option, affects acconfig.h, configure(.in), winio.c:do_help, nano.c:help_init,help_text_init,version. diff --git a/NEWS b/NEWS @@ -1,3 +1,14 @@ +12/18/2000 - Nano 0.9.24 is released. This versions contains the last of + the security fixes for writing files, as well as for a + nasty segfault when nano is unable to open a file for + reading, among other fixes. Nano also now cowardly + refuses to open device files, to stop silly things like + trying to open /dev/zero. New features include being + Able to use Meta-Meta-<key> as Control-<key>, better + HURD support, and some new flags have been added for Pico + compatibility. Upgrading to this version is highly + recommended. + 12/08/2000 - Nano 0.9.23 is the "race conditions bite" release. The main reason for this release is the less-than-optimal fix for the security issue in nano with following symbolic