update ChangeLog

This commit is contained in:
Brian Cox 2017-01-15 21:15:55 -08:00
parent 953c9755dc
commit 6b3b361bb2
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
2016-07-25 Brian Cox <bcox@tripwire.com>
2017-01-15 Brian Cox <bcox@tripwire.com>
* 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 <bcox@tripwire.com>
* Bump version to 2.4.3.1
* Revive old 'twtest' unit test suite (such as it is); move _t.cpp files into twtest dir.