Update Changelog & fix a hyphen in ReadMe

This commit is contained in:
Brian Cox 2017-03-30 23:05:37 -07:00
parent 2df8802a71
commit 87750882e4
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
2017-03-30 Brian Cox <bcox@tripwire.com>
* 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 dont 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 <bcox@tripwire.com> 2017-03-05 Brian Cox <bcox@tripwire.com>
* Bump version to 2.4.3.4 * 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. * Fix issue with printing level 2 reports, introduced by fixing a Clang static analyzer quibble in 2.4.3.3. Sigh.

View File

@ -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. * 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 dont support the -Wextra compile option. * Add --disable-extrawarnings configure option, for old compilers that dont support the -Wextra compile option.
* Clean up unit tests, enable various disabled tests, make results more useful. * Clean up unit tests, enable various disabled tests, make results more useful.