Promoted to new development version

This commit is contained in:
mboelen 2016-03-24 10:43:44 +01:00
parent a3084da623
commit 56563d89f5
2 changed files with 13 additions and 4 deletions

View File

@ -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 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 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 - 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

2
lynis
View File

@ -28,7 +28,7 @@
# Program information # Program information
PROGRAM_name="Lynis" PROGRAM_name="Lynis"
PROGRAM_VERSION="2.2.0" PROGRAM_VERSION="2.2.1"
PROGRAM_version="${PROGRAM_VERSION}" PROGRAM_version="${PROGRAM_VERSION}"
PROGRAM_RELEASEDATE="2016-03-18" PROGRAM_RELEASEDATE="2016-03-18"
PROGRAM_releasedate="${PROGRAM_RELEASEDATE}" PROGRAM_releasedate="${PROGRAM_RELEASEDATE}"