diff --git a/server/CHANGELOG.md b/server/CHANGELOG.md index 2304a05..80f6568 100644 --- a/server/CHANGELOG.md +++ b/server/CHANGELOG.md @@ -6,19 +6,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Added - -* Run the test suite on Bullseye (ext4/btrfs) in addition of Stretch and Buster (ext4/btrfs) -* Tell sed to follow symlinks -* evobackup : exclude tmp directories of LXC containers. -* Add a header in `bkctld status` output and improved columns width. -* bkctld-check-setup: compatibility with minifirewall 22.03+ - -### Changed - -* evobackup: store logs in /var/log/evobackup -* evobackup: /var/log is no longer excluded - ### Deprecated ### Removed @@ -27,6 +14,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Security +## [22.04] - 2022-04-20 + +### Added + +* Run the test suite on Bullseye (ext4/btrfs) in addition of Stretch and Buster (ext4/btrfs) +* Tell sed to follow symlinks +* Add a header in `bkctld status` output and improved columns width. +* bkctld-check-setup: compatibility with minifirewall 22.03+ + +### Changed + +* change versioning pattern + ## [2.12.0] - 2021-11-02 ### Changed diff --git a/server/lib/includes b/server/lib/includes index 9c1f074..3892a2b 100755 --- a/server/lib/includes +++ b/server/lib/includes @@ -6,7 +6,7 @@ [ -f /etc/default/bkctld ] && . /etc/default/bkctld -VERSION="2.11.1" +VERSION="22.04" LIBDIR=${LIBDIR:-/usr/lib/bkctld} CONFDIR="${CONFDIR:-/etc/evobackup}" @@ -34,7 +34,7 @@ show_version() { cat <, +Copyright 2004-2022 Evolix , Victor Laborie , Jérémy Lecour and others.