diff --git a/CHANGELOG.md b/CHANGELOG.md index 47258f09..a06cbdbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,9 @@ Lynis Changelog Lynis 2.3.4 (development version, not released yet) - Changes: -* Do not display when a new update is available when using the 'show' helper +-------- +* Skip update message when using the 'show' helper * Instead of opening the log file, you can now use 'lynis show details' followed by the test ID. It will show the relevant section. * Several tests have extended log details @@ -16,6 +16,7 @@ Changes: and future intrusion checking capabilities) * Swedish translation provided by Peter Carlsson * Support for arch-audit to scan for presence of vulnerable packages on Arch Linux +* OS detection improved Tests: ------ diff --git a/lynis b/lynis index b9402459..946fbf21 100755 --- a/lynis +++ b/lynis @@ -28,9 +28,9 @@ PROGRAM_AUTHOR_CONTACT="lynis-dev@cisofy.com" # Version details - PROGRAM_RELEASE_DATE="2016-08-23" - PROGRAM_RELEASE_TIMESTAMP=1471942126 - PROGRAM_RELEASE_TYPE="dev" # dev or final + PROGRAM_RELEASE_DATE="2016-09-27" + PROGRAM_RELEASE_TIMESTAMP=1474967986 + PROGRAM_RELEASE_TYPE="final" # dev or final PROGRAM_VERSION="2.3.4" # Source, documentation and license