]> skyeroc.xyz Git - dgamelaunch/commitdiff
update Changelog
authorJoshua Kwan <joshk@triplehelix.org>
Sun, 4 Jan 2004 12:07:26 +0000 (12:07 +0000)
committerJoshua Kwan <joshk@triplehelix.org>
Sun, 4 Jan 2004 12:07:26 +0000 (12:07 +0000)
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@75 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

Changelog

index 30dcc260b0cf77ddcd08f6fc3c66ad8261e2d826..72d461106a4c6ed0be0e7344d66cb580a1fe15b4 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -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.
        * 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.