Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2017-04-23 21:17:58 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2017-04-23 21:17:58 +0300
commit77d26dc184e8ab01438db548dad327b971dcfe44 (patch)
tree3234678a1055ad772598c25e05067c3f52b85b37
parent70ea29483a5fcb82ddc89d656227194560b502f2 (diff)
Preparing for next release
-rw-r--r--CHANGELOG.md11
-rwxr-xr-xlynis6
2 files changed, 14 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2e5a4940..623fb2fb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,17 @@
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)
Changes:
diff --git a/lynis b/lynis
index 8276c935..4bea2051 100755
--- a/lynis
+++ b/lynis
@@ -34,10 +34,10 @@
PROGRAM_AUTHOR_CONTACT="lynis-dev@cisofy.com"
# Version details
- PROGRAM_RELEASE_DATE="2017-03-29"
+ PROGRAM_RELEASE_DATE="2017-04-23"
PROGRAM_RELEASE_TIMESTAMP=1490800090
- PROGRAM_RELEASE_TYPE="final" # dev or final
- PROGRAM_VERSION="2.4.8"
+ PROGRAM_RELEASE_TYPE="dev" # dev or final
+ PROGRAM_VERSION="2.5.0"
# Source, documentation and license
PROGRAM_SOURCE="https://github.com/CISOfy/lynis"