change version to 0.32.6; update Changelog

pull/539/head v0.32.6
Axel Burri 2023-03-25 17:19:14 +01:00
parent 7adb32c7e9
commit 5e44bc6a3e
6 changed files with 20 additions and 9 deletions

View File

@ -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).

2
btrbk
View File

@ -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 <axel@tty0.ch>';
our $PROJECT_HOME = '<https://digint.ch/btrbk/>';

View File

@ -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}

View File

@ -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}

View File

@ -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}

View File

@ -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}