]> skyeroc.xyz Git - dgamelaunch/commitdiff
changelog and version bump
authorTangles <andyrthomson@gmail.com>
Thu, 20 Feb 2020 22:51:19 +0000 (09:51 +1100)
committerTangles <andyrthomson@gmail.com>
Thu, 20 Feb 2020 22:51:19 +0000 (09:51 +1100)
Changelog
configure.ac

index 1616bd843e06bedf66bf9833162c77897417ed87..ce3ff67e59676adb7a7a140cc33c84fd0e216bd7 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,9 +1,11 @@
-Later (2018-2020)
+1.6.0-hdf (2018-2020)
        * Enhanced watchmode - use game's built-in whatch function instead of
-         ttyplay, when available
-       * improved password salting.
+         ttyplay, when available (FIQ/Tangles)
+       * improved password salting (K2/kerio)
        * userprefs - variable setting and expansion in config and banner files
-         and save/restore of these variables on a per-user basis.
+         and save/restore of these variables on a per-user basis (Tangles)
+       * multi-arg exec (exec "cmd" "args separated by spaces in one string")
+               - Can't yet do args w/spaces. Fix later if needed. (Tangles)
 
 1.5.2 (2011/xx/xx)
        * Output some identifying information into the ttyrecs.
index 4000a223740765b7d57b09e90f14416e41866cf5..b2886d191f3aa354e49ad128268d70236c519a53 100644 (file)
@@ -2,7 +2,7 @@ dnl Use autoconf 2.53
 dnl (Things tend to break across versions, they're neither upwards nor
 dnl downward compatible. Blame GNU.)
 
-AC_INIT(dgamelaunch, [1.5.1])
+AC_INIT(dgamelaunch, [1.6.0])
 AC_PREREQ(2.53)
 
 AC_CONFIG_HEADER(config.h)