diff --git a/linux/CHANGELOG b/linux/CHANGELOG index 31d8ca1..2f3c76b 100644 --- a/linux/CHANGELOG +++ b/linux/CHANGELOG @@ -5,6 +5,20 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp ### Added +### Changed + +### Deprecated + +### Removed + +### Fixed + +### Security + +## [22.11] 2022-11-27 + +### Added + * Additional scripts for Debian 7- and Debian 8 * IS_PHPMYADMINAPACHECONF: check that package configuration has not been pulled in @@ -12,15 +26,10 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp * IS_DEBIANSECURITY: check Debian Security repository from apt-cache policy output -### Deprecated - ### Removed -* Main script ic compatible with Debian 9+ +* Main script is compatible with Debian 9+ -### Fixed - -### Security ## [22.09] 2022-09-14 diff --git a/linux/evocheck.jessie.sh b/linux/evocheck.jessie.sh index 65a38d0..a5a32a5 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="22.09" +VERSION="22.11" readonly VERSION # base functions diff --git a/linux/evocheck.sh b/linux/evocheck.sh index 9ad5e09..c5cd8fb 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="22.09" +VERSION="22.11" readonly VERSION # base functions diff --git a/linux/evocheck.wheezy.sh b/linux/evocheck.wheezy.sh index 1026cd6..cd41cb5 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="22.09" +VERSION="22.11" readonly VERSION # base functions