From 015447321964162bb9d6f257006c69ef40c532ea Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Thu, 7 Mar 2019 11:55:21 +0100 Subject: Release 2.7.2 --- CHANGELOG.md | 10 ++++++++-- lynis | 6 +++--- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd58385c..c7027158 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,20 +1,26 @@ # Lynis Changelog -## Lynis 2.7.2 (not released yet) +## Lynis 2.7.2 (2019-03-07) ### Added - AUTH-9409 - Support for doas (OpenBSD) - AUTH-9410 - Test file permissions of doas configuration +- BOOT-5117 - Support for systemd-boot boot loader added +- BOOT-5177 - Simplify service filter and allow multiple dots in service names - BOOT-5262 - Check OpenBSD boot daemons - BOOT-5263 - Test permissions for boot files and scripts - Support for end-of-life detection of the operating system - New 'lynis show eol' command +- Korean translation ### Changed - AUTH-9252 - Adds support for files in sudoers.d - AUTH-9252 - Test extended to check file and directory ownership +- BOOT-5122 - Use NONE instead of WARNING if no password is set - FIRE-4540 - Modify test to better measure rules -- NETW-2704Ignore inline comments in /etc/resolv.conf +- KRNL-5788 - Resolve false positive warning on missing /vmlinuz +- NETW-2704 - Ignore inline comments in /etc/resolv.conf +- PKGS-7388 - Improve detection for security archive - RPi/Raspian path to PAM_FILE_LOCATIONS diff --git a/lynis b/lynis index e2ff0fdf..773caa24 100755 --- a/lynis +++ b/lynis @@ -35,9 +35,9 @@ PROGRAM_AUTHOR_CONTACT="lynis-dev@cisofy.com" # Version details - PROGRAM_RELEASE_DATE="2019-02-26" - PROGRAM_RELEASE_TIMESTAMP=1548942179 - PROGRAM_RELEASE_TYPE="dev" # dev or final + PROGRAM_RELEASE_DATE="2019-03-07" + PROGRAM_RELEASE_TIMESTAMP=1551949337 + PROGRAM_RELEASE_TYPE="final" # dev or final PROGRAM_VERSION="2.7.2" # Source, documentation and license -- cgit v1.2.3