From 901e697fc2327b05080306656ab38f4ac426d266 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Mon, 24 Jun 2019 15:47:07 +0200 Subject: Release 2.7.5 --- CHANGELOG.md | 9 ++++++++- lynis | 6 +++--- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6604115..039f8cd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,21 @@ # Lynis Changelog -## Lynis 2.7.5 (not released yet) +## Lynis 2.7.5 (2019-06-24) ### Added - Danish translation +- Slackware end-of-life information +- Detect BSD-style (rc.d) init in Linux systems +- Detection of Bro and Suricata (IDS) ### Changed - Corrected end-of-life entries for CentOS 5 and 6 +- AUTH-9204 - change name to check in /etc/passwd file for QNAP devices - AUTH-9268 - AIX enhancement to use correct find statement - FILE-6310 - Filter on correct field for AIX +- NETW-3012 - set ss command as preferred option for Linux and changed output format +- List of PHP ini file locations has been extended +- Removed several pieces of the code as part of cleanup and code health - Extended help --------------------------------------------------------------------------------- diff --git a/lynis b/lynis index 800c3b7b..8c016110 100755 --- a/lynis +++ b/lynis @@ -35,9 +35,9 @@ PROGRAM_AUTHOR_CONTACT="lynis-dev@cisofy.com" # Version details - PROGRAM_RELEASE_DATE="2019-06-17" - PROGRAM_RELEASE_TIMESTAMP=1560766656 - PROGRAM_RELEASE_TYPE="dev" # dev or final + PROGRAM_RELEASE_DATE="2019-06-24" + PROGRAM_RELEASE_TIMESTAMP=1561383761 + PROGRAM_RELEASE_TYPE="final" # dev or final PROGRAM_VERSION="2.7.5" # Source, documentation and license -- cgit v1.2.3