From c8cfbe18aa16e17d0c444401636f2aa502e17f12 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Mon, 28 Nov 2022 14:48:03 +0100 Subject: [PATCH] server: release 22.11 --- server/CHANGELOG.md | 14 ++++++++++---- server/lib/includes | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/server/CHANGELOG.md b/server/CHANGELOG.md index 2c7ebd2..3012189 100644 --- a/server/CHANGELOG.md +++ b/server/CHANGELOG.md @@ -8,12 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -* check-canary: new subcommand to check canary files and content - ### Changed -* stats: filter active jails and columnize the output - ### Deprecated ### Removed @@ -22,6 +18,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Security +## [22.11] - 2022-11-28 + +### Added + +* check-canary: new subcommand to check canary files and content + +### Changed + +* stats: filter active jails and columnize the output + ## [22.07] - 2022-07-20 ### Changed diff --git a/server/lib/includes b/server/lib/includes index 04c5479..59c31c8 100755 --- a/server/lib/includes +++ b/server/lib/includes @@ -6,7 +6,7 @@ [ -f /etc/default/bkctld ] && . /etc/default/bkctld -VERSION="22.07" +VERSION="22.11" LIBDIR=${LIBDIR:-/usr/lib/bkctld} CONFDIR="${CONFDIR:-/etc/evobackup}"