From 9158f4e0becde81e1f9dcb905f7296725ba131f7 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Thu, 27 Feb 2020 11:35:34 +0100 Subject: [PATCH] Release 20.02.1 --- CHANGELOG | 8 ++++++-- evocheck.sh | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 6c9fdc6..2afa812 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,8 +7,6 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp ### Changed -* IS_EVOLINUXSUDOGROUP : improve sudoer directive detection - ### Deprecated ### Removed @@ -17,6 +15,12 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp ### Security +## [20.02.1] - 2020-02-27 + +### Changed + +* IS_EVOLINUXSUDOGROUP : improve sudoer directive detection + ## [19.11.2] - 2019-11-07 ### Changed diff --git a/evocheck.sh b/evocheck.sh index 7bd30a5..93c5a8d 100755 --- a/evocheck.sh +++ b/evocheck.sh @@ -1460,7 +1460,7 @@ readonly PROGDIR=$(realpath -m "$(dirname "$0")") # shellcheck disable=2124 readonly ARGS=$@ -readonly VERSION="19.11.2" +readonly VERSION="20.02.1" # Disable LANG* export LANG=C