mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Release 3.1.3
This commit is contained in:
parent
7cfe45ef47
commit
0666994d7d
2 changed files with 7 additions and 4 deletions
|
|
@ -1,6 +1,9 @@
|
|||
# Lynis Changelog
|
||||
|
||||
## Lynis 3.1.3 (not released yet)
|
||||
## Lynis 3.1.3 (2024-12-16)
|
||||
|
||||
This release introduces additional documentation in the form of blog articles
|
||||
to support the (missing) control information on the website.
|
||||
|
||||
### Added
|
||||
- Detection of Buildroot, Fedora Linux Asahi Remix, Garden Linux, Peppermint OS
|
||||
|
|
|
|||
6
lynis
6
lynis
|
|
@ -43,9 +43,9 @@
|
|||
PROGRAM_WEBSITE="https://cisofy.com/lynis/"
|
||||
|
||||
# Version details
|
||||
PROGRAM_RELEASE_DATE="2024-09-26"
|
||||
PROGRAM_RELEASE_TIMESTAMP=1727352969
|
||||
PROGRAM_RELEASE_TYPE="pre-release" # pre-release or release
|
||||
PROGRAM_RELEASE_DATE="2024-12-16"
|
||||
PROGRAM_RELEASE_TIMESTAMP=1734340704
|
||||
PROGRAM_RELEASE_TYPE="release" # pre-release or release
|
||||
PROGRAM_VERSION="3.1.3"
|
||||
|
||||
# Source, documentation and license
|
||||
|
|
|
|||
Loading…
Reference in a new issue