git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@165 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
Joshua Kwan 2004-01-25 22:46:58 +00:00
parent ba78f8e71b
commit cc38171394

View File

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