Update Changelog & fix a hyphen in ReadMe
This commit is contained in:
parent
2df8802a71
commit
87750882e4
|
@ -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 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 <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.
|
||||||
|
|
|
@ -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 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.
|
* Clean up unit tests, enable various disabled tests, make results more useful.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue