diff --git a/linux/CHANGELOG b/linux/CHANGELOG index fba92a4..30d22ba 100644 --- a/linux/CHANGELOG +++ b/linux/CHANGELOG @@ -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: don’t 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 diff --git a/linux/evocheck.jessie.sh b/linux/evocheck.jessie.sh index 6fd8062..585dd73 100755 --- a/linux/evocheck.jessie.sh +++ b/linux/evocheck.jessie.sh @@ -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 diff --git a/linux/evocheck.sh b/linux/evocheck.sh index 914b93d..f125e71 100755 --- a/linux/evocheck.sh +++ b/linux/evocheck.sh @@ -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 diff --git a/linux/evocheck.wheezy.sh b/linux/evocheck.wheezy.sh index 8e114b7..726a364 100755 --- a/linux/evocheck.wheezy.sh +++ b/linux/evocheck.wheezy.sh @@ -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