Release 22.06

This commit is contained in:
Jérémy Lecour 2022-06-03 09:10:19 +02:00 committed by Jérémy Lecour
parent 1d75b5fbbf
commit 38276b0271
2 changed files with 11 additions and 3 deletions

View file

@ -5,8 +5,6 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp
### Added ### Added
* IS_AUTOIF: Ignore WireGuard interfaces
### Changed ### Changed
### Deprecated ### Deprecated
@ -17,6 +15,16 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp
### Security ### Security
## [22.06] 2022-06-03
### Added
* IS_AUTOIF: Ignore WireGuard interfaces
### Changed
* IS_DEBIANSECURITY: Fix Debian security repo for Bullseye, cf https://www.debian.org/releases/stable/errata
## [22.05] 2022-05-12 ## [22.05] 2022-05-12
### Changed ### Changed

View file

@ -4,7 +4,7 @@
# Script to verify compliance of a Debian/OpenBSD server # Script to verify compliance of a Debian/OpenBSD server
# powered by Evolix # powered by Evolix
VERSION="22.05" VERSION="22.06"
readonly VERSION readonly VERSION
# base functions # base functions