Lynis release 2.6.9

This commit is contained in:
Michael Boelen 2018-09-19 14:01:35 +02:00
parent c50db85aaa
commit 6fc9827893
No known key found for this signature in database
GPG Key ID: 26141F77A09D7F04
2 changed files with 6 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Lynis Changelog # Lynis Changelog
## Lynis 2.6.9 (not released yet) ## Lynis 2.6.9 (2018-09-19)
### Changed ### Changed
- Man page has been updated - Man page has been updated
@ -9,8 +9,10 @@
- Several options and commands have been extended with more examples - Several options and commands have been extended with more examples
- OS detection now supports openSUSE specific distribution names - OS detection now supports openSUSE specific distribution names
- Changed command output when using 'lynis audit system remote' - Changed command output when using 'lynis audit system remote'
- DBS-1882 - added /usr/local/redis/etc path and QNAP support
- PKGS-7322 - updated solution text - PKGS-7322 - updated solution text
- KRNL-5788 - ignore exception when no vmlinuz file was discovered - KRNL-5788 - ignore exception when no vmlinuz file was discovered
- TIME-3104 - extended logging for test
--------------------------------------------------------------------------------- ---------------------------------------------------------------------------------

6
lynis
View File

@ -35,9 +35,9 @@
PROGRAM_AUTHOR_CONTACT="lynis-dev@cisofy.com" PROGRAM_AUTHOR_CONTACT="lynis-dev@cisofy.com"
# Version details # Version details
PROGRAM_RELEASE_DATE="2018-08-27" PROGRAM_RELEASE_DATE="2018-09-19"
PROGRAM_RELEASE_TIMESTAMP=1535019859 PROGRAM_RELEASE_TIMESTAMP=1537349608
PROGRAM_RELEASE_TYPE="dev" # dev or final PROGRAM_RELEASE_TYPE="final" # dev or final
PROGRAM_VERSION="2.6.9" PROGRAM_VERSION="2.6.9"
# Source, documentation and license # Source, documentation and license