Linux - Release 24.01

This commit is contained in:
David Prevot 2024-01-03 17:30:13 +01:00
parent fba4dc75c3
commit d14a6d52a3
4 changed files with 16 additions and 7 deletions

View file

@ -5,6 +5,18 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp
### Added
### Changed
### Deprecated
### Removed
### Fixed
## [24.01]
### Added
* IS_BACKPORTS_VERSION: check if the Backports release matches the Debian release
### Changed
@ -13,12 +25,9 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp
* Prefer long options
* IS_POSTFIX_MYDESTINATION: use fixed string instead of escaping characters
### Deprecated
### Removed
### Fixed
* IS_EVOBACKUP_EXCLUDE_MOUNT: correctly treat old versions of evobackup
* IS_DEBIANSECURITY_LXC: dont test older than Debian 9 containers
* IS_KERNELUPTODATE: address false positive in case of kernel removal
* IS_SSHPERMITROOTNO: specify lport, avoiding failure if sshd listens to more than one port

View file

@ -4,7 +4,7 @@
# Script to verify compliance of a Linux (Debian) server
# powered by Evolix
VERSION="23.11.1"
VERSION="24.01"
readonly VERSION
# base functions

View file

@ -4,7 +4,7 @@
# Script to verify compliance of a Linux (Debian) server
# powered by Evolix
VERSION="23.11.1"
VERSION="24.01"
readonly VERSION
# base functions

View file

@ -4,7 +4,7 @@
# Script to verify compliance of a Linux (Debian) server
# powered by Evolix
VERSION="23.11.1"
VERSION="24.01"
readonly VERSION
# base functions