change version to 0.28.2; update ChangeLog

pull/286/head v0.28.2
Axel Burri 2019-05-23 14:11:33 +02:00
parent 0439e6079f
commit 31c25d0ee2
5 changed files with 14 additions and 7 deletions

View File

@ -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 btrbk-0.28.1
* Fix regression: crash if deep parent/child relations exceed * Fix regression: crash if deep parent/child relations exceed

2
btrbk
View File

@ -32,7 +32,7 @@ use Carp qw(confess);
use Getopt::Long qw(GetOptions); use Getopt::Long qw(GetOptions);
use Time::Local qw( timelocal timegm timegm_nocheck ); use Time::Local qw( timelocal timegm timegm_nocheck );
our $VERSION = '0.28.2-dev'; our $VERSION = '0.28.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/>';

View File

@ -1,7 +1,7 @@
btrbk(1) btrbk(1)
======== ========
:date: 2019-05-16 :date: 2019-05-23
:release-version: 0.28.1 :release-version: 0.28.2
:man manual: Btrbk Manual :man manual: Btrbk Manual
:man source: Btrbk {release-version} :man source: Btrbk {release-version}

View File

@ -1,7 +1,7 @@
btrbk.conf(5) btrbk.conf(5)
============= =============
:date: 2019-05-16 :date: 2019-05-23
:release-version: 0.28.1 :release-version: 0.28.2
:man manual: Btrbk Manual :man manual: Btrbk Manual
:man source: Btrbk {release-version} :man source: Btrbk {release-version}

View File

@ -1,7 +1,7 @@
ssh_filter_btrbk(1) ssh_filter_btrbk(1)
=================== ===================
:date: 2019-05-16 :date: 2019-05-23
:release-version: 0.28.1 :release-version: 0.28.2
:man manual: Btrbk Manual :man manual: Btrbk Manual
:man source: Btrbk {release-version} :man source: Btrbk {release-version}