From 77d26dc184e8ab01438db548dad327b971dcfe44 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Sun, 23 Apr 2017 20:17:58 +0200 Subject: Preparing for next release --- CHANGELOG.md | 11 +++++++++++ lynis | 6 +++--- 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" -- cgit v1.2.3