Release 3.0.5

This commit is contained in:
Michael Boelen 2021-07-02 14:24:41 +02:00
parent da024079f1
commit e4d16f3cd1
No known key found for this signature in database
GPG Key ID: 26141F77A09D7F04
2 changed files with 7 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Lynis Changelog # Lynis Changelog
## Lynis 3.0.5 (not released yet) ## Lynis 3.0.5 (2021-07-02)
### Added ### Added
- OS detection of Arch Linux 32, BunsenLabs Linux, and Rocky Linux - OS detection of Arch Linux 32, BunsenLabs Linux, and Rocky Linux
@ -10,6 +10,9 @@
- ACCT-9622 - Corrected typo - ACCT-9622 - Corrected typo
- HRDN-7231 - When calling wc, use the short -l flag instead of --lines (Busybox compatibility) - HRDN-7231 - When calling wc, use the short -l flag instead of --lines (Busybox compatibility)
- PKGS-7320 - extended to Arch Linux 32 - PKGS-7320 - extended to Arch Linux 32
- Generation of host identifiers (hostid/hostid2) extended
- Linux host identifiers are now using ip as preferred input source
- Improved logging in several areas
--------------------------------------------------------------------------------- ---------------------------------------------------------------------------------

6
lynis
View File

@ -43,9 +43,9 @@
PROGRAM_WEBSITE="https://cisofy.com/lynis/" PROGRAM_WEBSITE="https://cisofy.com/lynis/"
# Version details # Version details
PROGRAM_RELEASE_DATE="2021-05-11" PROGRAM_RELEASE_DATE="2021-07-02"
PROGRAM_RELEASE_TIMESTAMP=1620725174 PROGRAM_RELEASE_TIMESTAMP=1625228663
PROGRAM_RELEASE_TYPE="pre-release" # pre-release or release PROGRAM_RELEASE_TYPE="release" # pre-release or release
PROGRAM_VERSION="3.0.5" PROGRAM_VERSION="3.0.5"
# Source, documentation and license # Source, documentation and license