From 5402fa0dee5c5a5f2de381dbf3da6b2aa1bc0308 Mon Sep 17 00:00:00 2001 From: David Prevot Date: Wed, 22 Nov 2023 17:25:28 +0100 Subject: [PATCH] Linux - Release 23.11.1 --- linux/CHANGELOG | 6 ++++++ linux/evocheck.jessie.sh | 2 +- linux/evocheck.sh | 2 +- linux/evocheck.wheezy.sh | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/linux/CHANGELOG b/linux/CHANGELOG index e9671dc..301e0e5 100644 --- a/linux/CHANGELOG +++ b/linux/CHANGELOG @@ -13,6 +13,12 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp ### Fixed +## [23.11.1] + +### Fixed + +* IS_EVOBACKUP_EXCLUDE_MOUNT: fix another regression introduced in previous release + ### Security ## [23.11] diff --git a/linux/evocheck.jessie.sh b/linux/evocheck.jessie.sh index a1bc253..6fd8062 100755 --- a/linux/evocheck.jessie.sh +++ b/linux/evocheck.jessie.sh @@ -4,7 +4,7 @@ # Script to verify compliance of a Linux (Debian) server # powered by Evolix -VERSION="23.11" +VERSION="23.11.1" readonly VERSION # base functions diff --git a/linux/evocheck.sh b/linux/evocheck.sh index fa4e6d6..c057157 100755 --- a/linux/evocheck.sh +++ b/linux/evocheck.sh @@ -4,7 +4,7 @@ # Script to verify compliance of a Linux (Debian) server # powered by Evolix -VERSION="23.11" +VERSION="23.11.1" readonly VERSION # base functions diff --git a/linux/evocheck.wheezy.sh b/linux/evocheck.wheezy.sh index 0b0dbd5..8e114b7 100755 --- a/linux/evocheck.wheezy.sh +++ b/linux/evocheck.wheezy.sh @@ -4,7 +4,7 @@ # Script to verify compliance of a Linux (Debian) server # powered by Evolix -VERSION="23.11" +VERSION="23.11.1" readonly VERSION # base functions