Release 2.5.6

This commit is contained in:
Michael Boelen 2017-10-27 12:50:58 +02:00
parent d13cdda1e3
commit 858f849c1a
No known key found for this signature in database
GPG Key ID: 26141F77A09D7F04
2 changed files with 5 additions and 4 deletions

View File

@ -1,7 +1,7 @@
Lynis Changelog Lynis Changelog
=============== ===============
Lynis 2.5.6 (not released yet) Lynis 2.5.6 (2017-10-27)
Changes: Changes:
-------- --------
@ -10,6 +10,7 @@ Changes:
* Enhancements to process detection * Enhancements to process detection
* Spanish translation extended * Spanish translation extended
* Extended HP-UX support * Extended HP-UX support
* Only show relevant messages in report
Tests: Tests:
------ ------

6
lynis
View File

@ -35,9 +35,9 @@
PROGRAM_AUTHOR_CONTACT="lynis-dev@cisofy.com" PROGRAM_AUTHOR_CONTACT="lynis-dev@cisofy.com"
# Version details # Version details
PROGRAM_RELEASE_DATE="2017-09-12" PROGRAM_RELEASE_DATE="2017-10-27"
PROGRAM_RELEASE_TIMESTAMP=1504688399 PROGRAM_RELEASE_TIMESTAMP=1509101422
PROGRAM_RELEASE_TYPE="dev" # dev or final PROGRAM_RELEASE_TYPE="final" # dev or final
PROGRAM_VERSION="2.5.6" PROGRAM_VERSION="2.5.6"
# Source, documentation and license # Source, documentation and license