From 09e2de2ea5620026f9be8f13b491437e8e50074e Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Thu, 21 Mar 2019 09:35:30 +0100 Subject: Release 2.7.3 --- CHANGELOG.md | 5 +++-- lynis | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a1cdfd9..a3522551 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Lynis Changelog -## Lynis 2.7.3 (not released yet) +## Lynis 2.7.3 (2019-03-21) ### Added - Detection for Lynis being scheduled (e.g. cronjob) @@ -9,12 +9,13 @@ - HTTP-6624 - Improved logging for test - KRNL-5820 - Changed color for default fs.suid_dumpable value - LOGG-2154 - Adjusted test to search in configuration file correctly +- NETW-3015 - Added support for ip binary - SQD-3610 - Description of test changed - SQD-3613 - Corrected description in code - SSH-7408 - Increased values for MaxAuthRetries - Improvements to allow tailored tool tips in future - Corrected detection of blkid binary -- Minor textual changes +- Minor textual changes and cleanups --------------------------------------------------------------------------------- diff --git a/lynis b/lynis index cf0bfa98..15d509ea 100755 --- a/lynis +++ b/lynis @@ -35,9 +35,9 @@ PROGRAM_AUTHOR_CONTACT="lynis-dev@cisofy.com" # Version details - PROGRAM_RELEASE_DATE="2019-03-07" - PROGRAM_RELEASE_TIMESTAMP=1551949337 - PROGRAM_RELEASE_TYPE="dev" # dev or final + PROGRAM_RELEASE_DATE="2019-03-21" + PROGRAM_RELEASE_TIMESTAMP=1553157295 + PROGRAM_RELEASE_TYPE="final" # dev or final PROGRAM_VERSION="2.7.3" # Source, documentation and license -- cgit v1.2.3