From 009404b349bf7355f5c520f9d2a9ce2d821ae715 Mon Sep 17 00:00:00 2001 From: Tangles Date: Fri, 21 Feb 2020 09:51:19 +1100 Subject: [PATCH] changelog and version bump --- Changelog | 10 ++++++---- configure.ac | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) 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) -- 2.47.3