From 01a19ad2dab9416e884207822333296f5d644fd9 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Fri, 13 Nov 2020 15:49:43 +0100 Subject: [PATCH] Release 2.7.0 --- CHANGELOG.md | 22 ++++++++++++++-------- lib/includes | 2 +- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7354bb..ea4c32f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lib/includes b/lib/includes index 5d979cd..c5870d9 100755 --- a/lib/includes +++ b/lib/includes @@ -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}"