mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-23 22:04:39 +02:00
Preparing for next release
This commit is contained in:
parent
70ea29483a
commit
77d26dc184
11
CHANGELOG.md
11
CHANGELOG.md
@ -1,6 +1,17 @@
|
|||||||
Lynis Changelog
|
Lynis Changelog
|
||||||
===============
|
===============
|
||||||
|
|
||||||
|
Lynis 2.4.9 (2017-04-21)
|
||||||
|
|
||||||
|
This release is a maintenance release with focus on cleaning up the code for
|
||||||
|
readability and future expansion. It includes:
|
||||||
|
|
||||||
|
* Setting ROOTDIR variable instead of fixed paths
|
||||||
|
* Introduction of IsEmpty and HasData functions for readability of code
|
||||||
|
* Removal of unused code and comments
|
||||||
|
|
||||||
|
---------------------------------------------------------------------------------
|
||||||
|
|
||||||
Lynis 2.4.8 (2017-03-29)
|
Lynis 2.4.8 (2017-03-29)
|
||||||
|
|
||||||
Changes:
|
Changes:
|
||||||
|
6
lynis
6
lynis
@ -34,10 +34,10 @@
|
|||||||
PROGRAM_AUTHOR_CONTACT="lynis-dev@cisofy.com"
|
PROGRAM_AUTHOR_CONTACT="lynis-dev@cisofy.com"
|
||||||
|
|
||||||
# Version details
|
# Version details
|
||||||
PROGRAM_RELEASE_DATE="2017-03-29"
|
PROGRAM_RELEASE_DATE="2017-04-23"
|
||||||
PROGRAM_RELEASE_TIMESTAMP=1490800090
|
PROGRAM_RELEASE_TIMESTAMP=1490800090
|
||||||
PROGRAM_RELEASE_TYPE="final" # dev or final
|
PROGRAM_RELEASE_TYPE="dev" # dev or final
|
||||||
PROGRAM_VERSION="2.4.8"
|
PROGRAM_VERSION="2.5.0"
|
||||||
|
|
||||||
# Source, documentation and license
|
# Source, documentation and license
|
||||||
PROGRAM_SOURCE="https://github.com/CISOfy/lynis"
|
PROGRAM_SOURCE="https://github.com/CISOfy/lynis"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user