From 0549b39166c22345c297c8e379ef04bcf8e7c9d5 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Mon, 29 Aug 2022 17:02:36 +0200 Subject: [PATCH] Linux - Release 22.08.1 --- linux/CHANGELOG | 8 ++++++-- linux/evocheck.sh | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/linux/CHANGELOG b/linux/CHANGELOG index 1c242c2..8b01def 100644 --- a/linux/CHANGELOG +++ b/linux/CHANGELOG @@ -7,8 +7,6 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp ### Changed -* IS_AUTOIF: check only statically defined interfaces - ### Deprecated ### Removed @@ -17,6 +15,12 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp ### Security +## [22.08.1] 2022-08-29 + +### Changed + +* IS_AUTOIF: check only statically defined interfaces + ## [22.08] 2022-08-29 ### Added diff --git a/linux/evocheck.sh b/linux/evocheck.sh index 658d127..2771c90 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="22.08" +VERSION="22.08.1" readonly VERSION # base functions