From 2551401baa4ada7107b5a1837683299d9839d436 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Thu, 9 Jun 2022 07:39:43 +0200 Subject: [PATCH] Release 22.06.2 --- CHANGELOG | 8 ++++++-- evocheck.sh | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index a6b2483..50237f6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,8 +7,6 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp ### Changed -* IS_BACKUPUPTODATE: add --max-depth=1 to limit the number of evaluated files - ### Deprecated ### Removed @@ -17,6 +15,12 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp ### Security +## [22.06.2] 2022-06-09 + +### Changed + +* IS_BACKUPUPTODATE: add --max-depth=1 to limit the number of evaluated files + ## [22.06.1] 2022-06-06 ### Changed diff --git a/evocheck.sh b/evocheck.sh index 979e7bb..87d9e3e 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.06.1" +VERSION="22.06.2" readonly VERSION # base functions