From b5a467b82fa26db37505a252ad60676dd92e46ce Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Wed, 7 Jul 2021 15:18:39 +0200 Subject: [PATCH] Release 21.07 --- CHANGELOG | 13 ++++++++++++- evocheck.sh | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 1649300..767b520 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -15,12 +15,23 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp ### Security +## [21.07] 2021-07-07 + +### Added + +* Preliminary Debian 11 « Bullseye » support + +### Fixed + +* IS_HARDWARERAIDTOOL: match more RAID PCI cards + +### Security + ## [20.12] 2021-01-18 ### Fixed * IS_EVOLIX_USER: Match on if account name begin by evolix, don't match account name testevolix for example -* IS_HARDWARERAIDTOOL: match more RAID PCI cards ## [20.12] 2020-04-28 diff --git a/evocheck.sh b/evocheck.sh index a41de87..02fa4a6 100755 --- a/evocheck.sh +++ b/evocheck.sh @@ -4,7 +4,7 @@ # Script to verify compliance of a Debian/OpenBSD server # powered by Evolix -VERSION="21.05-pre2" +VERSION="21.07" readonly VERSION # base functions