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>2014-09-23 16:13:10 +0400
committermboelen <michael@cisofy.com>2014-09-23 16:13:10 +0400
commite89fa7e0217c7f15277f5340f37e1c7393048884 (patch)
tree86ab89a4098404eaed2e8e4f52ffcd0360f12f1d
parent0d4d07cd2bf87d66670f2e165fe3bbb9df324ecc (diff)
Release 1.6.21.6.2
-rw-r--r--CHANGELOG2
-rwxr-xr-xlynis4
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 442d728e..5458067b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -18,7 +18,7 @@
================================================================================
- * 1.6.2 (2014-09-xx)
+ * 1.6.2 (2014-09-22)
New:
- IsVirtualMachine function to check if system is running in VM
diff --git a/lynis b/lynis
index f0b3eb89..02cca5d4 100755
--- a/lynis
+++ b/lynis
@@ -21,7 +21,7 @@
# Program information
PROGRAM_name="Lynis"
PROGRAM_version="1.6.2"
- PROGRAM_releasedate="18 September 2014"
+ PROGRAM_releasedate="22 September 2014"
PROGRAM_author="Michael Boelen"
PROGRAM_author_contact="michael.boelen@cisofy.com"
PROGRAM_website="http://cisofy.com"
@@ -32,7 +32,7 @@
PROGRAM_extrainfo="Enterprise support and plugins available via CISOfy - http://cisofy.com"
# Release version (beta or final)
- PROGRAM_releasetype="draft"
+ PROGRAM_releasetype="final"
# Version number of report files (when format changes in future)
REPORT_version_major="1"; REPORT_version_minor="0"
REPORT_version="${REPORT_version_major}.${REPORT_version_minor}"