mirror of https://github.com/CISOfy/lynis.git
Start of 2.5.1
This commit is contained in:
parent
d012f817ac
commit
0bc344d049
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -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
6
lynis
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue