Release 3.1.0

This commit is contained in:
Michael Boelen 2024-03-11 09:49:33 +00:00
parent 297ea07405
commit e2e0998e9e
No known key found for this signature in database
GPG Key ID: 26141F77A09D7F04
2 changed files with 5 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Lynis Changelog
## Lynis 3.1.0 (not released yet)
## Lynis 3.1.0 (2024-03-11)
### Added
- Translation: Indonesian
@ -12,6 +12,7 @@
- STATUS_NOT_ACTIVE variable added to translation files
- End-of-life dates updated
- Fixing missing or erroneous test number comments
- Detection of SentinelOne corrected
- Wazuh for file integrity and tooling
- Updated parsing output of arch-audit
- Added support for SentinelOne detection

6
lynis
View File

@ -43,10 +43,10 @@
PROGRAM_WEBSITE="https://cisofy.com/lynis/"
# Version details
PROGRAM_RELEASE_DATE="2023-08-03"
PROGRAM_RELEASE_TIMESTAMP=1691062820
PROGRAM_RELEASE_DATE="2024-03-11"
PROGRAM_RELEASE_TIMESTAMP=1710148530
PROGRAM_RELEASE_TYPE="release" # pre-release or release
PROGRAM_VERSION="3.0.9"
PROGRAM_VERSION="3.1.0"
# Source, documentation and license
PROGRAM_SOURCE="https://github.com/CISOfy/lynis"