Release 2.4.2

This commit is contained in:
Michael Boelen 2017-02-15 14:06:50 +01:00
parent 8ecdcc5883
commit 97d018f62d
2 changed files with 12 additions and 4 deletions

View File

@ -1,16 +1,24 @@
Lynis Changelog Lynis Changelog
=============== ===============
Lynis 2.4.2 (under development, not released yet) Lynis 2.4.2 (2017-02-15)
Changes: Changes:
-------- --------
* Properly detect SSH daemon version
Tests:
------
* AUTH-9208 - Removed double logging
* AUTH-9222 - Improve logging for double groups * AUTH-9222 - Improve logging for double groups
* AUTH-9226 - Improve logging for double groups * AUTH-9226 - Improve logging for double groups
* BOOT-5177 - Sort systemctl unit files to make them unique
* DBS-1818 - New test to detect MongoDB * DBS-1818 - New test to detect MongoDB
* DBS-1820 - New test for MongoDB authentication * DBS-1820 - New test for MongoDB authentication
* FIRE-4512 - Lowered minimum number of iptables firewall rules
* FIRE-4586 - Fix applied when searching for "-j LOG" * FIRE-4586 - Fix applied when searching for "-j LOG"
* HRDN-7222 - Changed reporting key of world executable compilers
* SSH-7408 - Added filtering for PermitRootLogin (prohibit-password, OpenSSH 7.0)
--------------------------------------------------------------------------------- ---------------------------------------------------------------------------------

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="2017-02-09" PROGRAM_RELEASE_DATE="2017-02-15"
PROGRAM_RELEASE_TIMESTAMP=1486643410 PROGRAM_RELEASE_TIMESTAMP=1487163979
PROGRAM_RELEASE_TYPE="dev" # dev or final PROGRAM_RELEASE_TYPE="final" # dev or final
PROGRAM_VERSION="2.4.2" PROGRAM_VERSION="2.4.2"
# Source, documentation and license # Source, documentation and license