mirror of https://github.com/digint/btrbk
parent
28e5e08305
commit
7dc827bdc3
15
ChangeLog
15
ChangeLog
|
@ -1,3 +1,18 @@
|
||||||
|
btrbk-0.31.0
|
||||||
|
|
||||||
|
* Add action "extents [diff]": print accurate disk space usage based
|
||||||
|
on block regions (extent data, FIEMAP ioctl).
|
||||||
|
* Improve action "list" and "stats" table output (close #334).
|
||||||
|
* Add subcommand "list all", make default for "list" action.
|
||||||
|
* Change semantics on output of action "list": show only btrbk
|
||||||
|
snapshots/backups (close #333).
|
||||||
|
* Print human readable units in action "diff" (close #345).
|
||||||
|
* Allow custom table format definitions from command line.
|
||||||
|
* Add Bash completion (close #343).
|
||||||
|
* Add support for zstd compression (close #358).
|
||||||
|
* Bugfix: fs_path fallback for action "origin" and logging.
|
||||||
|
* Bugfix: makefile bin-links race (close #341).
|
||||||
|
|
||||||
btrbk-0.30.0
|
btrbk-0.30.0
|
||||||
|
|
||||||
* MIGRATION
|
* MIGRATION
|
||||||
|
|
2
btrbk
2
btrbk
|
@ -34,7 +34,7 @@ use Time::Local qw( timelocal timegm timegm_nocheck );
|
||||||
use IPC::Open3 qw(open3);
|
use IPC::Open3 qw(open3);
|
||||||
use Symbol qw(gensym);
|
use Symbol qw(gensym);
|
||||||
|
|
||||||
our $VERSION = '0.30.1-dev';
|
our $VERSION = '0.31.0';
|
||||||
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: 2020-09-23
|
:date: 2021-01-10
|
||||||
:release-version: 0.30.0
|
:release-version: 0.31.0
|
||||||
: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: 2020-09-23
|
:date: 2021-01-10
|
||||||
:release-version: 0.30.0
|
:release-version: 0.31.0
|
||||||
: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: 2020-09-23
|
:date: 2021-01-10
|
||||||
:release-version: 0.30.0
|
:release-version: 0.31.0
|
||||||
: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: 2020-09-23
|
:date: 2021-01-10
|
||||||
:release-version: 0.30.0
|
:release-version: 0.31.0
|
||||||
:man manual: Btrbk Manual
|
:man manual: Btrbk Manual
|
||||||
:man source: Btrbk {release-version}
|
:man source: Btrbk {release-version}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue