From 0caf42bc5163e70bba0c78758697dbba36d70dce Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Thu, 17 Aug 2017 20:06:58 +0200 Subject: [PATCH] Switch to 2.5.4 development --- CHANGELOG.md | 8 ++++++++ lynis | 4 ++-- 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"