From 56563d89f50fc7285ac55d81b22df6a51fcb439a Mon Sep 17 00:00:00 2001 From: mboelen Date: Thu, 24 Mar 2016 10:43:44 +0100 Subject: [PATCH] Promoted to new development version --- CHANGELOG | 15 ++++++++++++--- lynis | 2 +- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 9089d32f..c5ccac4a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -18,7 +18,16 @@ ================================================================================ -= Lynis 2.2.0 (2016-03-18) = += Lynis 2.2.1 (development version) = + +* Documentation +--------------- +Template files have been updated to provide better examples on how to create +custom tests and plugins. + +-------------------------------------------------------------- + += Lynis 2.2.0 (2016-03-18) = We are proud to present this new release of Lynis. It is a major upgrade, and the result of many months of work. This version includes new features and tests, and @@ -2087,5 +2096,5 @@ permissions for Docker files, like the socket file [CONT-8108]. - No bugfixes -================================================================================ - Lynis - Copyright 2007-2016, Michael Boelen, CISOfy - https://cisofy.com +========================================================================================== + Lynis - Security Auditing and System Hardening for Linux and UNIX - https://cisofy.com diff --git a/lynis b/lynis index 8f957646..43fcc1f6 100755 --- a/lynis +++ b/lynis @@ -28,7 +28,7 @@ # Program information PROGRAM_name="Lynis" - PROGRAM_VERSION="2.2.0" + PROGRAM_VERSION="2.2.1" PROGRAM_version="${PROGRAM_VERSION}" PROGRAM_RELEASEDATE="2016-03-18" PROGRAM_releasedate="${PROGRAM_RELEASEDATE}"