OpenBSD - Release 23.06

This commit is contained in:
Jérémy Dubois 2023-06-05 11:42:10 +02:00
parent 442d1446b5
commit ad9231d9a9
2 changed files with 13 additions and 1 deletions

View file

@ -9,6 +9,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
### Changed
### Fixed
### Removed
### Security
## [23.06] - 2023-06-05
### Added
* Log output and runtime config to /var/log/evocheck.log.
* check_mountfstab and check_mount: make sure all mounted partitions are in fstab and all partitions in fstab are mounted

View file

@ -3,7 +3,7 @@
# EvoCheck
# Script to verify compliance of an OpenBSD server powered by Evolix
readonly VERSION="23.02"
readonly VERSION="23.06"
# base functions