Release 2.3.4

This commit is contained in:
Michael Boelen 2016-09-27 11:20:51 +02:00
parent f0cfab3f04
commit de6bf35649
2 changed files with 6 additions and 5 deletions

View File

@ -4,9 +4,9 @@ Lynis Changelog
Lynis 2.3.4 (development version, not released yet) Lynis 2.3.4 (development version, not released yet)
Changes: 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 * Instead of opening the log file, you can now use 'lynis show details' followed
by the test ID. It will show the relevant section. by the test ID. It will show the relevant section.
* Several tests have extended log details * Several tests have extended log details
@ -16,6 +16,7 @@ Changes:
and future intrusion checking capabilities) and future intrusion checking capabilities)
* Swedish translation provided by Peter Carlsson * Swedish translation provided by Peter Carlsson
* Support for arch-audit to scan for presence of vulnerable packages on Arch Linux * Support for arch-audit to scan for presence of vulnerable packages on Arch Linux
* OS detection improved
Tests: Tests:
------ ------

6
lynis
View File

@ -28,9 +28,9 @@
PROGRAM_AUTHOR_CONTACT="lynis-dev@cisofy.com" PROGRAM_AUTHOR_CONTACT="lynis-dev@cisofy.com"
# Version details # Version details
PROGRAM_RELEASE_DATE="2016-08-23" PROGRAM_RELEASE_DATE="2016-09-27"
PROGRAM_RELEASE_TIMESTAMP=1471942126 PROGRAM_RELEASE_TIMESTAMP=1474967986
PROGRAM_RELEASE_TYPE="dev" # dev or final PROGRAM_RELEASE_TYPE="final" # dev or final
PROGRAM_VERSION="2.3.4" PROGRAM_VERSION="2.3.4"
# Source, documentation and license # Source, documentation and license