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-05-08 15:55:49 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2017-05-08 15:55:49 +0300
commit0bc344d0491d1b4bfaef83837fc80f404e19e8c7 (patch)
treec8de535bddb5c20e4976946b1bfb4a2f8c76c78b
parentd012f817ac3e7542956b976066de3db6d3a5a472 (diff)
Start of 2.5.1
-rw-r--r--CHANGELOG.md10
-rwxr-xr-xlynis6
2 files changed, 12 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ccc68dba..5a4e2544 100644
--- a/CHANGELOG.md
+++ b/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
---------------------------------------------------------------------------------
diff --git a/lynis b/lynis
index 6cb26173..e7cb3e48 100755
--- a/lynis
+++ b/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"