diff --git a/linux/CHANGELOG b/linux/CHANGELOG index 92df3dd..798fadb 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 + +## [23.03] 2023-03-01 + +### Added + * Log output and runtime config to /var/log/evocheck.log. ### Changed @@ -17,7 +31,6 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp * IS_LOCALHOST_IN_POSTFIX_MYDESTINATION: set grep quiet. * IS_LXC_PHP_FPM_SERVICE_UMASK_SET: fix inverted test condition. - ### Security ## [23.02] 2023-02-10 diff --git a/linux/evocheck.jessie.sh b/linux/evocheck.jessie.sh index d6cd62e..10334a3 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.02" +VERSION="<23.03>" readonly VERSION # base functions diff --git a/linux/evocheck.sh b/linux/evocheck.sh index 3e15cbb..03f41fc 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.02" +VERSION="<23.03>" readonly VERSION # base functions diff --git a/linux/evocheck.wheezy.sh b/linux/evocheck.wheezy.sh index 4b0dcf3..cc76f61 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.02" +VERSION="<23.03>" readonly VERSION # base functions