diff --git a/ChangeLog b/ChangeLog index 7b348b2..de240ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +btrbk-0.32.6 + + * Fix backup of unrelated (by parent_uuid) snapshots (close #339). + * Remove echo -e for portability (close #506). + * Support btrfs send protocol v2 (send_protocol and + send_compressed_data config options). + * Add bzip3 support. + * Convert ssh_filter_btrbk.sh to POSIX sh, and harden it. + * Slight change in ssh_filter_btrbk.sh logging output. + * Minor bugfixes, stability and documentation improvements. + btrbk-0.32.5 * Correct handling of zero-size raw info file (close #491). diff --git a/btrbk b/btrbk index 6b45609..c34302c 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.6-dev'; +our $VERSION = '0.32.6'; our $AUTHOR = 'Axel Burri '; our $PROJECT_HOME = ''; diff --git a/doc/btrbk.1.asciidoc b/doc/btrbk.1.asciidoc index 360b629..b6eec38 100644 --- a/doc/btrbk.1.asciidoc +++ b/doc/btrbk.1.asciidoc @@ -1,7 +1,7 @@ btrbk(1) ======== -:date: 2022-10-23 -:release-version: 0.32.5 +:date: 2023-03-25 +:release-version: 0.32.6 :man manual: Btrbk Manual :man source: Btrbk {release-version} diff --git a/doc/btrbk.conf.5.asciidoc b/doc/btrbk.conf.5.asciidoc index f75e2d4..8a3d0c5 100644 --- a/doc/btrbk.conf.5.asciidoc +++ b/doc/btrbk.conf.5.asciidoc @@ -1,7 +1,7 @@ btrbk.conf(5) ============= -:date: 2022-10-23 -:release-version: 0.32.5 +:date: 2023-03-25 +:release-version: 0.32.6 :man manual: Btrbk Manual :man source: Btrbk {release-version} diff --git a/doc/lsbtr.1.asciidoc b/doc/lsbtr.1.asciidoc index 9f344b8..de0786f 100644 --- a/doc/lsbtr.1.asciidoc +++ b/doc/lsbtr.1.asciidoc @@ -1,7 +1,7 @@ lsbtr(1) ======== -:date: 2022-10-23 -:release-version: 0.32.5 +:date: 2023-03-25 +:release-version: 0.32.6 :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 c168c75..cc3883b 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-10-23 -:release-version: 0.32.5 +:date: 2023-03-25 +:release-version: 0.32.6 :man manual: Btrbk Manual :man source: Btrbk {release-version}