From 3c076fd8debeb3c58f6ce87ef1677580688e0ea1 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Sat, 13 Jul 2019 20:09:32 +0200 Subject: [PATCH] Updated log --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b9e9d8e..d6894fc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,12 @@ This is a major release of Lynis and includes several big changes. Some of these changes may break your current usage of the tool, so test before deployment! -Breaking changes: +### Breaking changes - Some commands or switches are deprecated or removed - Format of all profile options converted (from key:value to key=value) - Non-interactive by default (use --wait option to pause between groups of tests) +### Security An important focus area for this release is on security. We added several measures to further tighten any possible misuse. @@ -45,6 +46,7 @@ measures to further tighten any possible misuse. - PROC-3612 - show 'Not found' instead of 'OK' - PROC-3614 - show 'Not found' instead of 'OK' - SSH-7402 - detect other SSH daemons like dropbear +- Whow changelog works again for newer versions - systemd service file adjusted - bash completion script extended