Release 22.06.1

This commit is contained in:
Jérémy Lecour 2022-06-06 15:02:59 +02:00 committed by Jérémy Lecour
parent bec90cb8ee
commit fb7ec6bacf
2 changed files with 10 additions and 1 deletions

View File

@ -15,6 +15,15 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp
### Security
## [22.06.1] 2022-06-06
* Changed
* IS_BACKUPUPTODATE: look for all files (with find) instead of simple "file globbing" on first level.
* IS_DEBIANSECURITY: support source list options
* IS_SSHPERMITROOTNO: analyze real configuration, instead of parsing the file
## [22.06] 2022-06-03
### Added

View File

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