Release 2.9.0

This commit is contained in:
Jérémy Lecour 2021-02-22 12:14:19 +01:00 committed by Jérémy Lecour
parent 937e75daa7
commit fe0f655f07
2 changed files with 15 additions and 7 deletions

View File

@ -8,6 +8,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security
## [2.9.0] - 2021-02-22
### Added
* bkctld-init: install check_policy template
* bkctld-upgrade-config: install check_policy template if missing
* test: bkctld check-incs shouldn't fail without incs_policy file
@ -17,17 +31,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Rename incs_policy template
* bkctld-check-incs: Correct shellsheck warnings
### Deprecated
### Removed
### Fixed
* tests: clean jail configuration after each test
* bkctld-check-incs: Protect `jail_config_epoch`
### Security
## [2.8.0] - 2020-11-28
### Added

View File

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