diff --git a/server/CHANGELOG.md b/server/CHANGELOG.md index ccc06fc..0c21896 100644 --- a/server/CHANGELOG.md +++ b/server/CHANGELOG.md @@ -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 diff --git a/server/lib/includes b/server/lib/includes index 91321a3..3653c40 100755 --- a/server/lib/includes +++ b/server/lib/includes @@ -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}"