From 87750882e447d68e872cc6dc9abe92f585c8b9c6 Mon Sep 17 00:00:00 2001 From: Brian Cox Date: Thu, 30 Mar 2017 23:05:37 -0700 Subject: [PATCH] Update Changelog & fix a hyphen in ReadMe --- ChangeLog | 8 ++++++++ ReadMe-2.4.3 | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index deca8d5..e5ac5c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2017-03-30 Brian Cox + * Bump version to 2.4.3.5 + * Fix ‘install-strip’, ‘check’, ‘uninstall’, and ‘distcheck’ make targets. + * Fix GCC 7.0.x warnings; use std::unique_ptr instead of deprecated std::auto_ptr where available. + * Add ‘--disable-extrawarnings’ configure option, for old compilers that don’t support the ’-Wextra’ compile option. + * Clean up unit tests & enable disabled tests. + * Address more static analyzer warnings, including from CppCheck & Flawfinder + 2017-03-05 Brian Cox * Bump version to 2.4.3.4 * Fix issue with printing level 2 reports, introduced by fixing a Clang static analyzer quibble in 2.4.3.3. Sigh. diff --git a/ReadMe-2.4.3 b/ReadMe-2.4.3 index 7cc57a8..95d508b 100644 --- a/ReadMe-2.4.3 +++ b/ReadMe-2.4.3 @@ -4,7 +4,7 @@ What's new in Open Source Tripwire 2.4.3.x: * Verify OST builds without errors w/ GCC 7.0.x; fix new warnings from the new compiler, including deprecation warnings; use std::unique_ptr instead of std::auto_ptr where available. -* Add ‘—disable-extrawarnings’ configure option, for old compilers that don’t support the ’-Wextra’ compile option. +* Add ‘--disable-extrawarnings’ configure option, for old compilers that don’t support the ’-Wextra’ compile option. * Clean up unit tests, enable various disabled tests, make results more useful.