From 6b3b361bb25a669f6dd0de22b6d0245af7222265 Mon Sep 17 00:00:00 2001 From: Brian Cox Date: Sun, 15 Jan 2017 21:15:55 -0800 Subject: [PATCH] update ChangeLog --- ChangeLog | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3d4e2a2..4fa18a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -2016-07-25 Brian Cox +2017-01-15 Brian Cox * Bump version to 2.4.3.2 * DOS/DJGPP platform support. * Use posix_fadvise() to reduce disk cache impact (where available). @@ -14,7 +14,8 @@ * Include 'what'-style version strings. * AROS: Correctly hide passphrases & delete temp files. * Remove dead code & unused files. - + * Optional RESOLVE_IDS_TO_NAMES option to disable uid/gid to name resolution, if needed. + * New --key-size option to twadmin --generate-keys, to generate 1024 (default) or 2048 bit El Gamal keys. 2016-04-20 Brian Cox * Bump version to 2.4.3.1 * Revive old 'twtest' unit test suite (such as it is); move _t.cpp files into twtest dir.