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:
authorMichael Boelen <michael.boelen@cisofy.com>2016-09-27 12:20:51 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-09-27 12:20:51 +0300
commitde6bf356493196385ee88b37ae7556e0a828ddab (patch)
tree986a744c93b38fce29ea3e09a000307177851367
parentf0cfab3f04d2222d76ee0c340d57454e9c818818 (diff)
Release 2.3.4
-rw-r--r--CHANGELOG.md5
-rwxr-xr-xlynis6
2 files changed, 6 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 47258f09..a06cbdbc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,9 +4,9 @@ Lynis Changelog
Lynis 2.3.4 (development version, not released yet)
-
Changes:
-* Do not display when a new update is available when using the 'show' helper
+--------
+* Skip update message when using the 'show' helper
* Instead of opening the log file, you can now use 'lynis show details' followed
by the test ID. It will show the relevant section.
* Several tests have extended log details
@@ -16,6 +16,7 @@ Changes:
and future intrusion checking capabilities)
* Swedish translation provided by Peter Carlsson
* Support for arch-audit to scan for presence of vulnerable packages on Arch Linux
+* OS detection improved
Tests:
------
diff --git a/lynis b/lynis
index b9402459..946fbf21 100755
--- a/lynis
+++ b/lynis
@@ -28,9 +28,9 @@
PROGRAM_AUTHOR_CONTACT="lynis-dev@cisofy.com"
# Version details
- PROGRAM_RELEASE_DATE="2016-08-23"
- PROGRAM_RELEASE_TIMESTAMP=1471942126
- PROGRAM_RELEASE_TYPE="dev" # dev or final
+ PROGRAM_RELEASE_DATE="2016-09-27"
+ PROGRAM_RELEASE_TIMESTAMP=1474967986
+ PROGRAM_RELEASE_TYPE="final" # dev or final
PROGRAM_VERSION="2.3.4"
# Source, documentation and license