From 95c9f1f99b7af01bf6437a18ac0266a31c6034cf Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Sun, 12 Apr 2020 22:27:14 +0200 Subject: [PATCH] Release 20.04.1 --- CHANGELOG | 8 ++++++-- evocheck.sh | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 04bae6e..0e47a66 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -5,8 +5,6 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp ### Added -* IS_EVOBACKUP_EXCLUDE_MOUNT : verify that mount points are excluded in evobackup scripts - ### Changed ### Deprecated @@ -17,6 +15,12 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp ### Security +## [20.04.1] 2020-04-12 + +### Added + +* IS_EVOBACKUP_EXCLUDE_MOUNT : verify that mount points are excluded in evobackup scripts + ## [20.02.1] - 2020-02-27 ### Changed diff --git a/evocheck.sh b/evocheck.sh index c5429b0..6247377 100755 --- a/evocheck.sh +++ b/evocheck.sh @@ -1475,7 +1475,7 @@ readonly PROGDIR=$(realpath -m "$(dirname "$0")") # shellcheck disable=2124 readonly ARGS=$@ -readonly VERSION="20.02.1" +readonly VERSION="20.04.1" # Disable LANG* export LANG=C