Skip to content

Commit e2e0998

Browse files
committed
Release 3.1.0
1 parent 297ea07 commit e2e0998

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Lynis Changelog
22

3-
## Lynis 3.1.0 (not released yet)
3+
## Lynis 3.1.0 (2024-03-11)
44

55
### Added
66
- Translation: Indonesian
@@ -12,6 +12,7 @@
1212
- STATUS_NOT_ACTIVE variable added to translation files
1313
- End-of-life dates updated
1414
- Fixing missing or erroneous test number comments
15+
- Detection of SentinelOne corrected
1516
- Wazuh for file integrity and tooling
1617
- Updated parsing output of arch-audit
1718
- Added support for SentinelOne detection

lynis

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@
4343
PROGRAM_WEBSITE="https://cisofy.com/lynis/"
4444

4545
# Version details
46-
PROGRAM_RELEASE_DATE="2023-08-03"
47-
PROGRAM_RELEASE_TIMESTAMP=1691062820
46+
PROGRAM_RELEASE_DATE="2024-03-11"
47+
PROGRAM_RELEASE_TIMESTAMP=1710148530
4848
PROGRAM_RELEASE_TYPE="release" # pre-release or release
49-
PROGRAM_VERSION="3.0.9"
49+
PROGRAM_VERSION="3.1.0"
5050

5151
# Source, documentation and license
5252
PROGRAM_SOURCE="https://github.com/CISOfy/lynis"

0 commit comments

Comments
 (0)