From: Tangles Date: Thu, 20 Feb 2020 22:51:19 +0000 (+1100) Subject: changelog and version bump X-Git-Tag: v1.6.1-roc-dev~24 X-Git-Url: https://skyeroc.xyz/gitweb/?a=commitdiff_plain;h=009404b349bf7355f5c520f9d2a9ce2d821ae715;p=dgamelaunch changelog and version bump --- diff --git a/Changelog b/Changelog index 1616bd8..ce3ff67 100644 --- 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. diff --git a/configure.ac b/configure.ac index 4000a22..b2886d1 100644 --- a/configure.ac +++ b/configure.ac @@ -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)