From cc3817139422d55562259f6757d3f5d8e16d7421 Mon Sep 17 00:00:00 2001 From: Joshua Kwan Date: Sun, 25 Jan 2004 22:46:58 +0000 Subject: [PATCH] stuff git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@165 db0b04b0-f4d1-0310-9a6d-de3e77497b0e --- Changelog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index 47bb244..981a27c 100644 --- a/Changelog +++ b/Changelog @@ -1,5 +1,7 @@ 1.4 (2003/12/27) * Major cleanups - remove most uses of strcpy() and strcat() + * A number of virus bugs have been fixed regarding getopt() and + other minor issues. * Add support for mailing users while they are playing. [nh343-simple_mail.diff is needed] * Add a confirmation to the change password screen so people like me @@ -32,7 +34,8 @@ * Port to FreeBSD 5 and Solaris (as of yet, untested) * Switched to own version of getnstr() that always accepts both ^H and ^? - * Replace virus with ee!! + * Now use 'ee' as the default rcfile editor. virus is still a compile + time option - see README for details. 1.3.10 (2003/10/22) * Added a mode flag to the open call for inprogress lock files.