From e4d16f3cd1e7b058ca7ec608d82311550abdc0bc Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Fri, 2 Jul 2021 14:24:41 +0200 Subject: Release 3.0.5 --- CHANGELOG.md | 5 ++++- lynis | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f7c74ab..93d1668a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Lynis Changelog -## Lynis 3.0.5 (not released yet) +## Lynis 3.0.5 (2021-07-02) ### Added - OS detection of Arch Linux 32, BunsenLabs Linux, and Rocky Linux @@ -10,6 +10,9 @@ - ACCT-9622 - Corrected typo - HRDN-7231 - When calling wc, use the short -l flag instead of --lines (Busybox compatibility) - PKGS-7320 - extended to Arch Linux 32 +- Generation of host identifiers (hostid/hostid2) extended +- Linux host identifiers are now using ip as preferred input source +- Improved logging in several areas --------------------------------------------------------------------------------- diff --git a/lynis b/lynis index 006663ca..e8d37961 100755 --- a/lynis +++ b/lynis @@ -43,9 +43,9 @@ PROGRAM_WEBSITE="https://cisofy.com/lynis/" # Version details - PROGRAM_RELEASE_DATE="2021-05-11" - PROGRAM_RELEASE_TIMESTAMP=1620725174 - PROGRAM_RELEASE_TYPE="pre-release" # pre-release or release + PROGRAM_RELEASE_DATE="2021-07-02" + PROGRAM_RELEASE_TIMESTAMP=1625228663 + PROGRAM_RELEASE_TYPE="release" # pre-release or release PROGRAM_VERSION="3.0.5" # Source, documentation and license -- cgit v1.2.3