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:
-rw-r--r--CHANGELOG.md5
-rwxr-xr-xlynis6
2 files changed, 7 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3280ab93..a6d18312 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,19 @@
Lynis Changelog
===============
-Lynis 2.4.3 (this version is not released yet)
+Lynis 2.4.3 (2017-02-22)
Changes:
+--------
* Colored output can now be tuned with profile (colors=yes/no)
* Allow data upload to be set as a profile option
Tests:
+------
* AUTH-9308 - Improved test for sulogin string
* MAIL-8818 - Test if Linux version is known before comparing in Postfix banner
* TIME-3116 - Skip stratum 16 items for time pools
+* TIME-3148 - New test to detect TZ variable
---------------------------------------------------------------------------------
diff --git a/lynis b/lynis
index 8c633b17..416ae4d0 100755
--- a/lynis
+++ b/lynis
@@ -28,9 +28,9 @@
PROGRAM_AUTHOR_CONTACT="lynis-dev@cisofy.com"
# Version details
- PROGRAM_RELEASE_DATE="2017-02-16"
- PROGRAM_RELEASE_TIMESTAMP=1487163979
- PROGRAM_RELEASE_TYPE="dev" # dev or final
+ PROGRAM_RELEASE_DATE="2017-02-11"
+ PROGRAM_RELEASE_TIMESTAMP=1487772410
+ PROGRAM_RELEASE_TYPE="final" # dev or final
PROGRAM_VERSION="2.4.3"
# Source, documentation and license