From ff10ae4ad4a0131494d16c7c08d6204eebd87028 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Thu, 7 Nov 2019 10:36:34 +0100 Subject: [PATCH] Release 19.11.2 --- CHANGELOG | 14 ++++++++++++++ evocheck.sh | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 95bd0bb..5b4137a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,9 +7,23 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp ### Changed +### Deprecated + +### Removed + +### Fixed + +### Security + +## [19.11.2] - 2019-11-07 + +### Changed + * IS_EVOMAINTENANCE_FW : warn only if HOOK_DB is enabled * IS_BACKUPUPTODATE : check backup dates in the correct directory +## [19.11.1] - 2019-11-06 + ### Fixed * IS_TMPUSRRO : improve grep for options detection diff --git a/evocheck.sh b/evocheck.sh index b0c1ffc..b351081 100755 --- a/evocheck.sh +++ b/evocheck.sh @@ -1464,7 +1464,7 @@ readonly PROGDIR=$(realpath -m "$(dirname "$0")") # shellcheck disable=2124 readonly ARGS=$@ -readonly VERSION="19.11.1" +readonly VERSION="19.11.2" # Disable LANG* export LANG=C