From cdebe9dc0676dfe1e98e5f237f163c7ace7df1c5 Mon Sep 17 00:00:00 2001 From: mboelen Date: Thu, 21 Apr 2016 11:45:59 +0200 Subject: [PATCH] Update date --- CHANGELOG | 5 +++++ lynis | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index d3a47b5a..a5596235 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -84,6 +84,10 @@ matched). Logging has been improved in different areas, like cleaning up and add more relevant messages where needed. +The interface colors have been changed, to make it more obvious how the software +can be used. Also the wait line between categories have been altered, to properly +display on systems with a white background. + * Program options ----------------- Added --verbose to show more details on screen and reducing in normal mode @@ -109,6 +113,7 @@ Added --verbose to show more details on screen and reducing in normal mode [KRNL-6000] Allow multiple profiles to be used, store more details [NETW-3014] Support for multiple profiles [PKGS-7303] Added Brew package manager +[PKGS-7354] Test for DNF repoquery plugin before using it [TOOL-5102] Test for Fail2ban tooling [TOOL-5190] Test for intrusion detection or prevention system diff --git a/lynis b/lynis index 929172f6..60fa8faa 100755 --- a/lynis +++ b/lynis @@ -32,8 +32,8 @@ PROGRAM_AUTHOR_CONTACT="lynis-dev@cisofy.com" # Version details - PROGRAM_RELEASE_DATE="2016-04-07" - PROGRAM_RELEASE_TIMESTAMP=1459768802 + PROGRAM_RELEASE_DATE="2016-04-21" + PROGRAM_RELEASE_TIMESTAMP=1461231978 PROGRAM_RELEASETYPE="dev" # dev or final PROGRAM_VERSION="2.2.1"