Skip to content

Commit e4d16f3

Browse files
committed
Release 3.0.5
1 parent da02407 commit e4d16f3

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

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

3-
## Lynis 3.0.5 (not released yet)
3+
## Lynis 3.0.5 (2021-07-02)
44

55
### Added
66
- OS detection of Arch Linux 32, BunsenLabs Linux, and Rocky Linux
@@ -10,6 +10,9 @@
1010
- ACCT-9622 - Corrected typo
1111
- HRDN-7231 - When calling wc, use the short -l flag instead of --lines (Busybox compatibility)
1212
- PKGS-7320 - extended to Arch Linux 32
13+
- Generation of host identifiers (hostid/hostid2) extended
14+
- Linux host identifiers are now using ip as preferred input source
15+
- Improved logging in several areas
1316

1417
---------------------------------------------------------------------------------
1518

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-05-11"
47-
PROGRAM_RELEASE_TIMESTAMP=1620725174
48-
PROGRAM_RELEASE_TYPE="pre-release" # pre-release or release
46+
PROGRAM_RELEASE_DATE="2021-07-02"
47+
PROGRAM_RELEASE_TIMESTAMP=1625228663
48+
PROGRAM_RELEASE_TYPE="release" # pre-release or release
4949
PROGRAM_VERSION="3.0.5"
5050

5151
# Source, documentation and license

0 commit comments

Comments
 (0)