From 7ff09cd97376c6a78e2c30102724ccce61b9c5ce Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Mon, 25 Apr 2022 10:33:11 +0200 Subject: [PATCH] Release 22.04.1 --- CHANGELOG | 14 ++++++++++---- evocheck.sh | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 8d2caa5..bbe8c3f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,18 +7,24 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp ### Changed -* fix various shellcheck violations - ### Deprecated ### Removed ### Fixed -* IS_EVOBACKUP_EXCLUDE_MOUNT: fix one-file-system restriction - ### Security +## [22.04.1] 2022-04-25 + +### Changed + +* fix various shellcheck violations + +### Fixed + +* IS_EVOBACKUP_EXCLUDE_MOUNT: fix one-file-system restriction + ## [22.04] 2022-04-25 ### Changed diff --git a/evocheck.sh b/evocheck.sh index b6d5ef0..4f24ae7 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.04" +VERSION="22.04.1" readonly VERSION # base functions