mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Release 2.6.4
This commit is contained in:
parent
4efe5dd363
commit
53004754bc
2 changed files with 5 additions and 6 deletions
|
|
@ -1,7 +1,7 @@
|
|||
Lynis Changelog
|
||||
===============
|
||||
|
||||
Lynis 2.6.4 (not released yet, under development)
|
||||
Lynis 2.6.4 (2018-05-02)
|
||||
|
||||
Changes:
|
||||
--------
|
||||
|
|
@ -12,12 +12,11 @@ Changes:
|
|||
Tests:
|
||||
------
|
||||
* [AUTH-9308] - Made 'sulogin' more generic for systemd rescue shell
|
||||
* [DNS-1600] - Initial work on DNSSEC validation testing
|
||||
* [NETW-2704] - Added support for local resolver 127.0.0.53
|
||||
* [PHP-2379] - Suhosin test disbled
|
||||
* [SSH-7408] - Removed 'DELAYED' from OpenSSH Compression setting
|
||||
* [TIME-3160] - Improvements to detect step-tickers file and entries
|
||||
* [DNS-1600] - Add DNSSEC validation
|
||||
|
||||
|
||||
---------------------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
6
lynis
6
lynis
|
|
@ -35,9 +35,9 @@
|
|||
PROGRAM_AUTHOR_CONTACT="lynis-dev@cisofy.com"
|
||||
|
||||
# Version details
|
||||
PROGRAM_RELEASE_DATE="2018-03-10"
|
||||
PROGRAM_RELEASE_TIMESTAMP=1520436275
|
||||
PROGRAM_RELEASE_TYPE="dev" # dev or final
|
||||
PROGRAM_RELEASE_DATE="2018-05-02"
|
||||
PROGRAM_RELEASE_TIMESTAMP=1525260871
|
||||
PROGRAM_RELEASE_TYPE="final" # dev or final
|
||||
PROGRAM_VERSION="2.6.4"
|
||||
|
||||
# Source, documentation and license
|
||||
|
|
|
|||
Loading…
Reference in a new issue