Release 2.5.1

This commit is contained in:
Michael Boelen 2017-05-31 15:49:59 +02:00
parent 0e535c851a
commit 1be5154b35
No known key found for this signature in database
GPG Key ID: 26141F77A09D7F04
2 changed files with 7 additions and 4 deletions

View File

@ -3,16 +3,19 @@ Lynis Changelog
Security notice: please run version 2.5.0 or later Security notice: please run version 2.5.0 or later
---------------------------------------------------------------------------------
Lynis 2.5.1 (not released yet) Lynis 2.5.1 (2017-05-31)
Changes: Changes:
- Hebrew translation by Dolev Farhi - Hebrew translation by Dolev Farhi
- Improved detection of SSL certificate files - Improved detection of SSL certificate files
- Minor changes to improve logging and results
Tests: Tests:
-------- --------
* BOOT-5104 - Added support for macOS * BOOT-5104 - Added support for macOS
* FIRE-4524 - Determine if CSF is in testing mode
* HTTP-6716 - Improved log message * HTTP-6716 - Improved log message
--------------------------------------------------------------------------------- ---------------------------------------------------------------------------------

6
lynis
View File

@ -34,9 +34,9 @@
PROGRAM_AUTHOR_CONTACT="lynis-dev@cisofy.com" PROGRAM_AUTHOR_CONTACT="lynis-dev@cisofy.com"
# Version details # Version details
PROGRAM_RELEASE_DATE="2017-05-08" PROGRAM_RELEASE_DATE="2017-05-31"
PROGRAM_RELEASE_TIMESTAMP=1493796362 PROGRAM_RELEASE_TIMESTAMP=1496238458
PROGRAM_RELEASE_TYPE="dev" # dev or final PROGRAM_RELEASE_TYPE="final" # dev or final
PROGRAM_VERSION="2.5.1" PROGRAM_VERSION="2.5.1"
# Source, documentation and license # Source, documentation and license