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-08-17 21:06:58 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2017-08-17 21:06:58 +0300
commit0caf42bc5163e70bba0c78758697dbba36d70dce (patch)
tree0c61540a67f20fa506253d15903eac4dd9ffa18a
parent5be81289eea3657d7d647dbc64a90fbafe407bfb (diff)
Switch to 2.5.4 development
-rw-r--r--CHANGELOG.md8
-rwxr-xr-xlynis4
2 files changed, 10 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 84aac1f8..c2dfbf51 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,14 @@ Security notice: please run version 2.5.0 or later
---------------------------------------------------------------------------------
+Lynis 2.5.4 (not released yet)
+
+Tests:
+------
+* TOOL-5002 - Improved detection of Ansible directories and files
+
+---------------------------------------------------------------------------------
+
Lynis 2.5.3 (2017-08-17)
Changes:
diff --git a/lynis b/lynis
index 0bfbfd09..b26cd266 100755
--- a/lynis
+++ b/lynis
@@ -37,8 +37,8 @@
# Version details
PROGRAM_RELEASE_DATE="2017-08-17"
PROGRAM_RELEASE_TIMESTAMP=1502972500
- PROGRAM_RELEASE_TYPE="final" # dev or final
- PROGRAM_VERSION="2.5.3"
+ PROGRAM_RELEASE_TYPE="dev" # dev or final
+ PROGRAM_VERSION="2.5.4"
# Source, documentation and license
PROGRAM_SOURCE="https://github.com/CISOfy/lynis"