diff --git a/ChangeLog b/ChangeLog index 0f16614..a1437b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -btrbk-current +btrbk-0.29.0 * MIGRATION - If stream_buffer or rate_limit is configured, please install @@ -17,6 +17,15 @@ btrbk-current * Add stream_buffer_remote and rate_limit_remote options. * Use "mbuffer" instead of "pv" for --progress display. * Add stream_buffer functionality for raw targets. + * Add action "ls": list all btrfs subvolumes below given path. + * Change table output: print single-line, uppercase headings. + * ssh_filter_btrbk.sh: whitelist mkdir if -t,--target option is set, + used by "btrbk archive" action (close #297). + * Bugfix: handle subvolumes with special characters (close #288). + * Bugfix: don't display "" in backup summary if volume is + skipped by --exclude or noauto (close #291). + * Bugfix: systemd: Use WantedBy=timers.target instead of + WantedBy=multi-user.target in btrbk.timer (close #293). btrbk-0.28.3 diff --git a/btrbk b/btrbk index 651024d..37a8dbe 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.29.0-dev'; +our $VERSION = '0.29.0'; our $AUTHOR = 'Axel Burri '; our $PROJECT_HOME = ''; diff --git a/doc/btrbk.1.asciidoc b/doc/btrbk.1.asciidoc index 28fbe05..3a5dad7 100644 --- a/doc/btrbk.1.asciidoc +++ b/doc/btrbk.1.asciidoc @@ -1,7 +1,7 @@ btrbk(1) ======== -:date: 2019-07-28 -:release-version: 0.28.3 +:date: 2019-10-27 +:release-version: 0.29.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 48cbd49..dbe28a0 100644 --- a/doc/btrbk.conf.5.asciidoc +++ b/doc/btrbk.conf.5.asciidoc @@ -1,7 +1,7 @@ btrbk.conf(5) ============= -:date: 2019-07-28 -:release-version: 0.28.3 +:date: 2019-10-27 +:release-version: 0.29.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 5322c43..e8ab2b9 100644 --- a/doc/ssh_filter_btrbk.1.asciidoc +++ b/doc/ssh_filter_btrbk.1.asciidoc @@ -1,7 +1,7 @@ ssh_filter_btrbk(1) =================== -:date: 2019-07-28 -:release-version: 0.28.3 +:date: 2019-10-27 +:release-version: 0.29.0 :man manual: Btrbk Manual :man source: Btrbk {release-version}