Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormboelen <michael@cisofy.com>2016-03-24 12:43:44 +0300
committermboelen <michael@cisofy.com>2016-03-24 12:43:44 +0300
commit56563d89f50fc7285ac55d81b22df6a51fcb439a (patch)
tree099d9249ec5e403a12dccb5c98e8483d55183de1
parenta3084da623d293016ce2ff7144734799249bc456 (diff)
Promoted to new development version
-rw-r--r--CHANGELOG15
-rwxr-xr-xlynis2
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}"