Release 2.11.1

This commit is contained in:
Jérémy Lecour 2021-06-30 18:13:34 +02:00 committed by Jérémy Lecour
parent a2c6d073a7
commit d6dd91eb1f
2 changed files with 7 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
* bkctld-rename: abort operation if incs exist with the new name
### Deprecated
### Removed
@ -20,6 +18,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Security
## [2.11.1] - 2021-06-30
### Changed
* bkctld-rename: abort operation if incs exist with the new name
## [2.11.0] - 2021-06-29
### Changed

View File

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