mirror of https://github.com/digint/btrbk
parent
054146ac00
commit
bdc1f5caba
15
ChangeLog
15
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
|
btrbk-0.32.1
|
||||||
|
|
||||||
* Fix regression: correctly read mountinfo (close #445).
|
* Fix regression: correctly read mountinfo (close #445).
|
||||||
* Fix regression: filter paths for "lsbtr" (action "ls").
|
* Fix regression: filter paths for "lsbtr" (action "ls").
|
||||||
* Add "compat missing_otime" configuration option (close #393).
|
|
||||||
* Add backend btrfs-progs-doas (close #444).
|
* Add backend btrfs-progs-doas (close #444).
|
||||||
* Allow directory traversal for local command line arguments.
|
* Allow directory traversal for local command line arguments.
|
||||||
* Display all source subvolumes in "usage" action.
|
* Display all source subvolumes in "usage" action.
|
||||||
|
@ -33,7 +44,7 @@ btrbk-0.32.0
|
||||||
|
|
||||||
btrbk-0.31.3
|
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.
|
* Add -1,--single-column command-line option for listing actions.
|
||||||
* Allow relative path command line argument for all actions.
|
* Allow relative path command line argument for all actions.
|
||||||
* Add support for zstd adaptive compression (close #397).
|
* Add support for zstd adaptive compression (close #397).
|
||||||
|
|
2
btrbk
2
btrbk
|
@ -35,7 +35,7 @@ use IPC::Open3 qw(open3);
|
||||||
use Symbol qw(gensym);
|
use Symbol qw(gensym);
|
||||||
use Cwd qw(abs_path);
|
use Cwd qw(abs_path);
|
||||||
|
|
||||||
our $VERSION = '0.32.2-dev';
|
our $VERSION = '0.32.2';
|
||||||
our $AUTHOR = 'Axel Burri <axel@tty0.ch>';
|
our $AUTHOR = 'Axel Burri <axel@tty0.ch>';
|
||||||
our $PROJECT_HOME = '<https://digint.ch/btrbk/>';
|
our $PROJECT_HOME = '<https://digint.ch/btrbk/>';
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
btrbk(1)
|
btrbk(1)
|
||||||
========
|
========
|
||||||
:date: 2022-02-26
|
:date: 2022-06-25
|
||||||
:release-version: 0.32.1
|
:release-version: 0.32.2
|
||||||
:man manual: Btrbk Manual
|
:man manual: Btrbk Manual
|
||||||
:man source: Btrbk {release-version}
|
:man source: Btrbk {release-version}
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
btrbk.conf(5)
|
btrbk.conf(5)
|
||||||
=============
|
=============
|
||||||
:date: 2022-02-26
|
:date: 2022-06-25
|
||||||
:release-version: 0.32.1
|
:release-version: 0.32.2
|
||||||
:man manual: Btrbk Manual
|
:man manual: Btrbk Manual
|
||||||
:man source: Btrbk {release-version}
|
:man source: Btrbk {release-version}
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
lsbtr(1)
|
lsbtr(1)
|
||||||
========
|
========
|
||||||
:date: 2022-02-26
|
:date: 2022-06-25
|
||||||
:release-version: 0.32.1
|
:release-version: 0.32.2
|
||||||
:man manual: Btrbk Manual
|
:man manual: Btrbk Manual
|
||||||
:man source: Btrbk {release-version}
|
:man source: Btrbk {release-version}
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
ssh_filter_btrbk(1)
|
ssh_filter_btrbk(1)
|
||||||
===================
|
===================
|
||||||
:date: 2022-02-26
|
:date: 2022-06-25
|
||||||
:release-version: 0.32.1
|
:release-version: 0.32.2
|
||||||
:man manual: Btrbk Manual
|
:man manual: Btrbk Manual
|
||||||
:man source: Btrbk {release-version}
|
:man source: Btrbk {release-version}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue