mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Switch to pre-release
This commit is contained in:
parent
9b40ce5781
commit
f5b85c65e9
2 changed files with 10 additions and 3 deletions
|
|
@ -1,5 +1,12 @@
|
|||
# Lynis Changelog
|
||||
|
||||
## Lynis 3.1.2 (not released yet)
|
||||
|
||||
### Changed
|
||||
- Correction of software EOL database and inclusion of AIX entries
|
||||
|
||||
---------------------------------------------------------------------------------
|
||||
|
||||
## Lynis 3.1.1 (2024-03-17)
|
||||
|
||||
### Added
|
||||
|
|
|
|||
6
lynis
6
lynis
|
|
@ -43,10 +43,10 @@
|
|||
PROGRAM_WEBSITE="https://cisofy.com/lynis/"
|
||||
|
||||
# Version details
|
||||
PROGRAM_RELEASE_DATE="2024-03-17"
|
||||
PROGRAM_RELEASE_DATE="2024-03-18"
|
||||
PROGRAM_RELEASE_TIMESTAMP=1710671337
|
||||
PROGRAM_RELEASE_TYPE="release" # pre-release or release
|
||||
PROGRAM_VERSION="3.1.1"
|
||||
PROGRAM_RELEASE_TYPE="pre-release" # pre-release or release
|
||||
PROGRAM_VERSION="3.1.2"
|
||||
|
||||
# Source, documentation and license
|
||||
PROGRAM_SOURCE="https://github.com/CISOfy/lynis"
|
||||
|
|
|
|||
Loading…
Reference in a new issue