server: release 22.07
continuous-integration/drone/push Build is passing Details
gitea.evolix.org/evobackup/pipeline/head Build started... Details
gitea/evobackup/pipeline/head This commit looks good Details
gitea/evobackup/pipeline/tag This commit looks good Details
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
Jérémy Lecour 2022-07-20 14:31:22 +02:00 committed by Jérémy Lecour
parent a3ca2f0f68
commit e7b7f50d9d
2 changed files with 9 additions and 3 deletions

View File

@ -10,8 +10,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
* check-setup: get minifirewall version from internal variable (there is no other backward compatible way)
### Deprecated
### Removed
@ -20,6 +18,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Security
## [22.07] - 2022-07-20
### Changed
* check-setup: check minifirewall version only if minifirewall is present
* check-setup: get minifirewall version from internal variable (there is no other backward compatible way)
* check-setup: use findmnt with mountpoint instead of target
## [22.06] - 2022-06-28
### Added

View File

@ -6,7 +6,7 @@
[ -f /etc/default/bkctld ] && . /etc/default/bkctld
VERSION="22.04"
VERSION="22.07"
LIBDIR=${LIBDIR:-/usr/lib/bkctld}
CONFDIR="${CONFDIR:-/etc/evobackup}"