Skip to content

Commit ad5dc53

Browse files
committed
Release 3.0.7
1 parent 2840926 commit ad5dc53

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CHANGELOG.md

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

3-
## Lynis 3.0.7 (Not released yet)
3+
## Lynis 3.0.7 (2022-01-18)
44

55
### Added
66
- MALW-3290 - Show status of malware components
7-
- OS detection for RHEL 6
7+
- OS detection for RHEL 6 and Funtoo Linux
8+
- Added service manager openrc
89

910
### Changed
1011
- DBS-1804 - Added alias for MariaDB
1112
- FINT-4316 - Support for newer Ubuntu versions
1213
- MALW-3280 - Added Trend Micro malware agent
14+
- NETW-3200 - Allow unknown number of spaces in modprobe blacklists
15+
- PKGS-7320 - Support for Garuda Linux and arch-audit
1316
- Several improvements for busybox shell
17+
- Russian translation of Lynis extended
1418

1519
---------------------------------------------------------------------------------
1620

lynis

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

4545
# Version details
46-
PROGRAM_RELEASE_DATE="2021-07-27"
47-
PROGRAM_RELEASE_TIMESTAMP=1627375518
48-
PROGRAM_RELEASE_TYPE="pre-release" # pre-release or release
46+
PROGRAM_RELEASE_DATE="2022-01-18"
47+
PROGRAM_RELEASE_TIMESTAMP=1642512096
48+
PROGRAM_RELEASE_TYPE="release" # pre-release or release
4949
PROGRAM_VERSION="3.0.7"
5050

5151
# Source, documentation and license

0 commit comments

Comments
 (0)