From bdc1f5cabafdb8f6dfebb187596ef59b602be0fb Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Sat, 26 Feb 2022 20:45:06 +0100 Subject: [PATCH] change version to 0.32.2; update Changelog --- ChangeLog | 15 +++++++++++++-- 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, 22 insertions(+), 11 deletions(-) diff --git a/ChangeLog b/ChangeLog index bd081da..a1fb299 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,19 @@ +btrbk-0.32.2 + + * Fix regression: archive on missing target directories. + * Fix action "config print". + * Print version and help message to stdout (close #452). + * Check results of filesystem usage (close #469). + * Add "compat ignore_receive_errors" option (close #383). + * Support multiple gpg recipients (close #471). + * Fix changelog: remove "compat missing_otime" item in v0.32.1. + * Fix changelog: correct "warn_unknown_targets" item in v0.31.3. + * Minor bugfixes and framework improvements. + btrbk-0.32.1 * Fix regression: correctly read mountinfo (close #445). * Fix regression: filter paths for "lsbtr" (action "ls"). - * Add "compat missing_otime" configuration option (close #393). * Add backend btrfs-progs-doas (close #444). * Allow directory traversal for local command line arguments. * Display all source subvolumes in "usage" action. @@ -33,7 +44,7 @@ btrbk-0.32.0 btrbk-0.31.3 - * Add "warn_duplicate_targets" configuration option (close #393). + * Add "warn_unknown_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). diff --git a/btrbk b/btrbk index 7233a3c..e72339c 100755 --- a/btrbk +++ b/btrbk @@ -35,7 +35,7 @@ use IPC::Open3 qw(open3); use Symbol qw(gensym); use Cwd qw(abs_path); -our $VERSION = '0.32.2-dev'; +our $VERSION = '0.32.2'; our $AUTHOR = 'Axel Burri '; our $PROJECT_HOME = ''; diff --git a/doc/btrbk.1.asciidoc b/doc/btrbk.1.asciidoc index 4f5c018..cb8ffdd 100644 --- a/doc/btrbk.1.asciidoc +++ b/doc/btrbk.1.asciidoc @@ -1,7 +1,7 @@ btrbk(1) ======== -:date: 2022-02-26 -:release-version: 0.32.1 +:date: 2022-06-25 +:release-version: 0.32.2 :man manual: Btrbk Manual :man source: Btrbk {release-version} diff --git a/doc/btrbk.conf.5.asciidoc b/doc/btrbk.conf.5.asciidoc index 9d1707c..0d0398c 100644 --- a/doc/btrbk.conf.5.asciidoc +++ b/doc/btrbk.conf.5.asciidoc @@ -1,7 +1,7 @@ btrbk.conf(5) ============= -:date: 2022-02-26 -:release-version: 0.32.1 +:date: 2022-06-25 +:release-version: 0.32.2 :man manual: Btrbk Manual :man source: Btrbk {release-version} diff --git a/doc/lsbtr.1.asciidoc b/doc/lsbtr.1.asciidoc index 4b95228..f3adbdf 100644 --- a/doc/lsbtr.1.asciidoc +++ b/doc/lsbtr.1.asciidoc @@ -1,7 +1,7 @@ lsbtr(1) ======== -:date: 2022-02-26 -:release-version: 0.32.1 +:date: 2022-06-25 +:release-version: 0.32.2 :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 7d5e3e8..0fa4ea3 100644 --- a/doc/ssh_filter_btrbk.1.asciidoc +++ b/doc/ssh_filter_btrbk.1.asciidoc @@ -1,7 +1,7 @@ ssh_filter_btrbk(1) =================== -:date: 2022-02-26 -:release-version: 0.32.1 +:date: 2022-06-25 +:release-version: 0.32.2 :man manual: Btrbk Manual :man source: Btrbk {release-version}