diff --git a/ChangeLog b/ChangeLog index f3003d8..b43c074 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +btrbk-0.28.2 + + * Fix regression: crash if raw target dir is empty (close #281). + * Bugfix: honor incremental_resolve on targets: resolve from + mountpoint instead of directory. + * Bugfix: handle directories named "0" correctly. + btrbk-0.28.1 * Fix regression: crash if deep parent/child relations exceed diff --git a/btrbk b/btrbk index c7e996e..ab1a2cb 100755 --- a/btrbk +++ b/btrbk @@ -32,7 +32,7 @@ use Carp qw(confess); use Getopt::Long qw(GetOptions); use Time::Local qw( timelocal timegm timegm_nocheck ); -our $VERSION = '0.28.2-dev'; +our $VERSION = '0.28.2'; our $AUTHOR = 'Axel Burri '; our $PROJECT_HOME = ''; diff --git a/doc/btrbk.1.asciidoc b/doc/btrbk.1.asciidoc index 1ae8a35..94407cd 100644 --- a/doc/btrbk.1.asciidoc +++ b/doc/btrbk.1.asciidoc @@ -1,7 +1,7 @@ btrbk(1) ======== -:date: 2019-05-16 -:release-version: 0.28.1 +:date: 2019-05-23 +:release-version: 0.28.2 :man manual: Btrbk Manual :man source: Btrbk {release-version} diff --git a/doc/btrbk.conf.5.asciidoc b/doc/btrbk.conf.5.asciidoc index 01912c9..8b544ee 100644 --- a/doc/btrbk.conf.5.asciidoc +++ b/doc/btrbk.conf.5.asciidoc @@ -1,7 +1,7 @@ btrbk.conf(5) ============= -:date: 2019-05-16 -:release-version: 0.28.1 +:date: 2019-05-23 +:release-version: 0.28.2 :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 7e37490..4404473 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-05-16 -:release-version: 0.28.1 +:date: 2019-05-23 +:release-version: 0.28.2 :man manual: Btrbk Manual :man source: Btrbk {release-version}