Release 2.7.0

This commit is contained in:
Jérémy Lecour 2020-11-13 15:49:43 +01:00 committed by Jérémy Lecour
parent a7dc09bb46
commit 01a19ad2da
2 changed files with 15 additions and 9 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.7.0] - 2020-11-13
### Added
* bkctld: add a [-f|--force] option to remove confirmation on some commands
* bkctld-remove: confirmation before removal of jails if not in force mode
* bkctld-rm: delete empty jails in incs directory
@ -17,14 +31,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Better help message composition and formating
* bkctld-rm: list jails from incs directory
### Deprecated
### Removed
### Fixed
### Security
## [2.6.0] - 2020-10-07
### Added

View File

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