diff --git a/CHANGELOG b/CHANGELOG index e26acc7..f9fe1f1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,32 +7,40 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp ### Changed -* IS_EVOBACKUP_EXCLUDE_MOUNT : skip if --one-file-system is used - ### Deprecated ### Removed ### Fixed -check_versions: "IS_CHECK_VERSIONS" was checked but "IS_VERSIONS_CHECK" was echoed, now "IS_CHECK_VERSIONS" everywhere +### Security + +## [22.04] 2022-04-25 + +### Changed + +* IS_EVOBACKUP_EXCLUDE_MOUNT : skip if --one-file-system is used + +### Fixed + +* check_versions: "IS_CHECK_VERSIONS" was checked but "IS_VERSIONS_CHECK" was echoed, now "IS_CHECK_VERSIONS" everywhere ### Security -check_debiansecurity: Consider both https://deb\.debian\.org/debian-security/ and https://security\.debian\.org/debian-security/ as valid since both are documented as such. +* check_debiansecurity: Consider both https://deb\.debian\.org/debian-security/ and https://security\.debian\.org/debian-security/ as valid since both are documented as such. ## [22.03.1] 2022-03-22 ### Changed -check_autoif : Ignore lxcbr interfaces, new since bullseye +* check_autoif : Ignore lxcbr interfaces, new since bullseye ## [22.03] 2022-03-15 ### Added -check_mysqlmunin : Complain if munin plugin mysql_commands returns an error -check_versions : track minifirewall version +* check_mysqlmunin : Complain if munin plugin mysql_commands returns an error +* check_versions : track minifirewall version ## [21.10.4] 2021-10-25 @@ -50,7 +58,8 @@ check_versions : track minifirewall version ## [21.10.2] 2021-10-22 ### Changed -Let's try the --version flag before falling back to grep for the constant + +* Let's try the --version flag before falling back to grep for the constant ## [21.10.1] 2021-10-01 diff --git a/evocheck.sh b/evocheck.sh index 3556897..07ec97f 100755 --- a/evocheck.sh +++ b/evocheck.sh @@ -4,7 +4,7 @@ # Script to verify compliance of a Debian/OpenBSD server # powered by Evolix -VERSION="22.03.1" +VERSION="22.04" readonly VERSION # base functions