update Changelog
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@75 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
parent
ab14b92451
commit
e55e715ee2
|
@ -1,5 +1,4 @@
|
|||
1.3.10.1 (2003/12/27)
|
||||
* Merry Christmas, dtype...
|
||||
* Major cleanups - remove most uses of strcpy() and strcat(), except
|
||||
in virus.c, replace with snprintf.
|
||||
* Add support for mailing users while they are playing.
|
||||
|
@ -10,8 +9,6 @@
|
|||
never happen anyway.
|
||||
* Add a confirmation to the change password screen so people like me
|
||||
don't change their passwords by accident all the time.
|
||||
* Removed strl{cat,cpy}.c, as they're not used by ttyrec even though
|
||||
they are included.
|
||||
* Remove many unused variables and make some functions void because
|
||||
they don't return anything.
|
||||
* Add some function prototypes in dgamelaunch.c to quell warnings.
|
||||
|
@ -28,6 +25,10 @@
|
|||
* All licenses in source code mentioned in COPYING
|
||||
* Use fcntl for all file locking; flock(3) is not portable
|
||||
* Fix some troublesome uses of strncpy() with strlcpy
|
||||
* ditto for strncat->strlcat
|
||||
* Make sure only one session can be played at once at all and
|
||||
SIGHUP the rest, ensuring the death of "Destroy old game? [yn]"
|
||||
* Replace two colossal conditionals with calls to isalnum(3).
|
||||
|
||||
1.3.10 (2003/10/22)
|
||||
* Added a mode flag to the open call for inprogress lock files.
|
||||
|
|
Loading…
Reference in New Issue