From feba54a68dc2b236c69954a2a2a51b707132c63f Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Sat, 7 Aug 2021 00:13:21 +0200 Subject: [PATCH] change version to 0.31.3; update ChangeLog --- ChangeLog | 9 +++++++++ btrbk | 2 +- doc/btrbk.1.asciidoc | 4 ++-- doc/btrbk.conf.5.asciidoc | 4 ++-- doc/lsbtr.1.asciidoc | 4 ++-- doc/ssh_filter_btrbk.1.asciidoc | 4 ++-- 6 files changed, 18 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0a4a961..2cec48f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +btrbk-0.31.3 + + * Add "warn_duplicate_targets" configuration option (close 393). + * Add -1,--single-column command-line option for listing actions. + * Allow relative path command line argument for all actions. + * Add support for zstd adaptive compression (close #397). + * Add contrib/tools/btrbk_restore_raw.py (close #401). + * Minor bugfixes and framework improvements. + btrbk-0.31.2 * MIGRATION diff --git a/btrbk b/btrbk index 9e7f2cb..42ed7a7 100755 --- a/btrbk +++ b/btrbk @@ -34,7 +34,7 @@ use Time::Local qw( timelocal timegm timegm_nocheck ); use IPC::Open3 qw(open3); use Symbol qw(gensym); -our $VERSION = '0.31.3-dev'; +our $VERSION = '0.31.3'; our $AUTHOR = 'Axel Burri '; our $PROJECT_HOME = ''; diff --git a/doc/btrbk.1.asciidoc b/doc/btrbk.1.asciidoc index c07684d..c4238ca 100644 --- a/doc/btrbk.1.asciidoc +++ b/doc/btrbk.1.asciidoc @@ -1,7 +1,7 @@ btrbk(1) ======== -:date: 2021-03-21 -:release-version: 0.31.2 +:date: 2021-08-07 +:release-version: 0.31.3 :man manual: Btrbk Manual :man source: Btrbk {release-version} diff --git a/doc/btrbk.conf.5.asciidoc b/doc/btrbk.conf.5.asciidoc index ff5ba1c..1dc6f40 100644 --- a/doc/btrbk.conf.5.asciidoc +++ b/doc/btrbk.conf.5.asciidoc @@ -1,7 +1,7 @@ btrbk.conf(5) ============= -:date: 2021-03-21 -:release-version: 0.31.2 +:date: 2021-08-07 +:release-version: 0.31.3 :man manual: Btrbk Manual :man source: Btrbk {release-version} diff --git a/doc/lsbtr.1.asciidoc b/doc/lsbtr.1.asciidoc index 9b63929..05f7f1e 100644 --- a/doc/lsbtr.1.asciidoc +++ b/doc/lsbtr.1.asciidoc @@ -1,7 +1,7 @@ lsbtr(1) ======== -:date: 2021-03-21 -:release-version: 0.31.2 +:date: 2021-08-07 +:release-version: 0.31.3 :man manual: Btrbk Manual :man source: Btrbk {release-version} diff --git a/doc/ssh_filter_btrbk.1.asciidoc b/doc/ssh_filter_btrbk.1.asciidoc index fdfbbda..a8bd80e 100644 --- a/doc/ssh_filter_btrbk.1.asciidoc +++ b/doc/ssh_filter_btrbk.1.asciidoc @@ -1,7 +1,7 @@ ssh_filter_btrbk(1) =================== -:date: 2021-03-21 -:release-version: 0.31.2 +:date: 2021-08-07 +:release-version: 0.31.3 :man manual: Btrbk Manual :man source: Btrbk {release-version}