Switching to development version

This commit is contained in:
Michael Boelen 2025-07-29 12:16:58 +00:00
parent 0f4d17766e
commit 499fdaae91
No known key found for this signature in database
GPG Key ID: 26141F77A09D7F04
2 changed files with 15 additions and 5 deletions

View File

@ -1,10 +1,20 @@
# Lynis Changelog
## Lynis 3.1.5 (not released yet)
## Lynis 3.1.6 (not released yet)
### Added
### Changed
- Updated end-of-life database
---------------------------------------------------------------------------------
## Lynis 3.1.5 (2025-07-29)
### Added
- Support for OpenWrt
- Bitdefender detection on Linux
- Detection of openSUSE Tumbleweed-Slowroll
### Changed
- Corrected detection of service manager SMF

8
lynis
View File

@ -43,16 +43,16 @@
PROGRAM_WEBSITE="https://cisofy.com/lynis/"
# Version details
PROGRAM_RELEASE_DATE="2025-01-28"
PROGRAM_RELEASE_TIMESTAMP=1738061140
PROGRAM_RELEASE_DATE="2025-07-29"
PROGRAM_RELEASE_TIMESTAMP=1753773496
PROGRAM_RELEASE_TYPE="pre-release" # pre-release or release
PROGRAM_VERSION="3.1.5"
PROGRAM_VERSION="3.1.6"
# Source, documentation and license
PROGRAM_SOURCE="https://github.com/CISOfy/lynis"
PROGRAM_PACKAGE="https://packages.cisofy.com/"
PROGRAM_DOCUMENTATION="https://cisofy.com/docs/"
PROGRAM_COPYRIGHT="2007-2024, ${PROGRAM_AUTHOR} - ${PROGRAM_WEBSITE}"
PROGRAM_COPYRIGHT="2007-2025, ${PROGRAM_AUTHOR} - ${PROGRAM_WEBSITE}"
PROGRAM_LICENSE="${PROGRAM_NAME} comes with ABSOLUTELY NO WARRANTY. This is free software, and you are
welcome to redistribute it under the terms of the GNU General Public License.
See the LICENSE file for details about using this software."