Updated log

This commit is contained in:
Michael Boelen 2019-07-13 20:09:32 +02:00
parent 6096db8828
commit 3c076fd8de
No known key found for this signature in database
GPG Key ID: 26141F77A09D7F04

View File

@ -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 Some of these changes may break your current usage of the tool, so test before
deployment! deployment!
Breaking changes: ### Breaking changes
- Some commands or switches are deprecated or removed - Some commands or switches are deprecated or removed
- Format of all profile options converted (from key:value to key=value) - 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) - 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 An important focus area for this release is on security. We added several
measures to further tighten any possible misuse. 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-3612 - show 'Not found' instead of 'OK'
- PROC-3614 - show 'Not found' instead of 'OK' - PROC-3614 - show 'Not found' instead of 'OK'
- SSH-7402 - detect other SSH daemons like dropbear - SSH-7402 - detect other SSH daemons like dropbear
- Whow changelog works again for newer versions
- systemd service file adjusted - systemd service file adjusted
- bash completion script extended - bash completion script extended