mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Preparations for 3.1.3
This commit is contained in:
parent
699ec384d2
commit
f155be945f
2 changed files with 9 additions and 2 deletions
|
|
@ -1,5 +1,12 @@
|
|||
# Lynis Changelog
|
||||
|
||||
## Lynis 3.1.3 (not released yet)
|
||||
|
||||
### Changed
|
||||
- FILE-6398 - Only perform test if we know if Linux kernel is monolithic/modular
|
||||
|
||||
---------------------------------------------------------------------------------
|
||||
|
||||
## Lynis 3.1.2 (2024-09-26)
|
||||
|
||||
### Added
|
||||
|
|
|
|||
4
lynis
4
lynis
|
|
@ -45,8 +45,8 @@
|
|||
# Version details
|
||||
PROGRAM_RELEASE_DATE="2024-09-26"
|
||||
PROGRAM_RELEASE_TIMESTAMP=1727352969
|
||||
PROGRAM_RELEASE_TYPE="release" # pre-release or release
|
||||
PROGRAM_VERSION="3.1.2"
|
||||
PROGRAM_RELEASE_TYPE="pre-release" # pre-release or release
|
||||
PROGRAM_VERSION="3.1.3"
|
||||
|
||||
# Source, documentation and license
|
||||
PROGRAM_SOURCE="https://github.com/CISOfy/lynis"
|
||||
|
|
|
|||
Loading…
Reference in a new issue