From 8676191d4561878a4ed0a0c76117f8f96d93b48a Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Fri, 6 Aug 2021 16:56:58 +0200 Subject: [PATCH] change version to 0.32.0; update Changelog --- ChangeLog | 25 ++++++++++++++++++++++++- 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, 33 insertions(+), 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2cec48f..c5a6bae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,29 @@ +btrbk-0.32.0 + + * MIGRATION + - If timestamp_format is not configured, explicitely set + "timestamp_format short" to revert old behavior. + - Update ssh_filter_btrbk.sh on remote hosts. + * Change default for timestamp_format to "long". + * Optional "volume" config section. + * Use "volume" section only for grouping and relative paths. + * Allow absolute path for "subvolume" and "snapshot_dir" + (close #407, #121). + * Support subvolume names with UTF-8 characters (close #392, #213, + #120). Add "safe_commands" option for paranoid people. + * Add "incremental_prefs" configuration option (close #387). + * Change incremental prefs policy, giving snapshots created by btrbk + higher preference than the global ones resolved by parent-uuid. + * Change "incremental_clones" option to boolean. + * Drop support of deprecated raw file format (btrbk < 0.26.0). + * Drop support of deprecated "-r, --resume-only" cmdline option. + * Fix ambiguous naming in --format=raw output of "list" actions. + * Accept quoted values in config. + * Use single quotes for raw table output. + btrbk-0.31.3 - * Add "warn_duplicate_targets" configuration option (close 393). + * 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). diff --git a/btrbk b/btrbk index b147886..94279fa 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.32.0-dev'; +our $VERSION = '0.32.0'; our $AUTHOR = 'Axel Burri '; our $PROJECT_HOME = ''; diff --git a/doc/btrbk.1.asciidoc b/doc/btrbk.1.asciidoc index f1cb818..f95b548 100644 --- a/doc/btrbk.1.asciidoc +++ b/doc/btrbk.1.asciidoc @@ -1,7 +1,7 @@ btrbk(1) ======== -:date: 2021-08-07 -:release-version: 0.31.3 +:date: 2022-02-05 +:release-version: 0.32.0 :man manual: Btrbk Manual :man source: Btrbk {release-version} diff --git a/doc/btrbk.conf.5.asciidoc b/doc/btrbk.conf.5.asciidoc index a23a338..4fb4fb0 100644 --- a/doc/btrbk.conf.5.asciidoc +++ b/doc/btrbk.conf.5.asciidoc @@ -1,7 +1,7 @@ btrbk.conf(5) ============= -:date: 2021-08-07 -:release-version: 0.31.3 +:date: 2022-02-05 +:release-version: 0.32.0 :man manual: Btrbk Manual :man source: Btrbk {release-version} diff --git a/doc/lsbtr.1.asciidoc b/doc/lsbtr.1.asciidoc index cdf6868..30c840f 100644 --- a/doc/lsbtr.1.asciidoc +++ b/doc/lsbtr.1.asciidoc @@ -1,7 +1,7 @@ lsbtr(1) ======== -:date: 2021-08-07 -:release-version: 0.31.3 +:date: 2022-02-05 +:release-version: 0.32.0 :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 a8bd80e..f261dc3 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-08-07 -:release-version: 0.31.3 +:date: 2022-02-05 +:release-version: 0.32.0 :man manual: Btrbk Manual :man source: Btrbk {release-version}