Start of 2.5.1

This commit is contained in:
Michael Boelen 2017-05-08 14:55:49 +02:00
parent d012f817ac
commit 0bc344d049
No known key found for this signature in database
GPG Key ID: 26141F77A09D7F04
2 changed files with 12 additions and 4 deletions

View File

@ -1,7 +1,15 @@
Lynis Changelog
===============
Security notice: run version 2.5.0 or later
Security notice: please run version 2.5.0 or later
Lynis 2.5.1 (not released yet)
Changes:
--------
* BOOT-5104 - Added support for macOS
* HTTP-6717 - Improved log message
---------------------------------------------------------------------------------

6
lynis
View File

@ -34,10 +34,10 @@
PROGRAM_AUTHOR_CONTACT="lynis-dev@cisofy.com"
# Version details
PROGRAM_RELEASE_DATE="2017-05-03"
PROGRAM_RELEASE_DATE="2017-05-08"
PROGRAM_RELEASE_TIMESTAMP=1493796362
PROGRAM_RELEASE_TYPE="final" # dev or final
PROGRAM_VERSION="2.5.0"
PROGRAM_RELEASE_TYPE="dev" # dev or final
PROGRAM_VERSION="2.5.1"
# Source, documentation and license
PROGRAM_SOURCE="https://github.com/CISOfy/lynis"