mirror of https://github.com/digint/btrbk
parent
ef69f1ffee
commit
f132c94c65
|
@ -1,3 +1,9 @@
|
||||||
|
btrbk-0.28.1
|
||||||
|
|
||||||
|
* Fix regression: crash if deep parent/child relations exceed
|
||||||
|
depth=100 (close #279).
|
||||||
|
* Remove pre-generated man pages, requires "asciidoctor" for builds.
|
||||||
|
|
||||||
btrbk-0.28.0
|
btrbk-0.28.0
|
||||||
|
|
||||||
* MIGRATION
|
* MIGRATION
|
||||||
|
|
2
btrbk
2
btrbk
|
@ -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.1-dev';
|
our $VERSION = '0.28.1';
|
||||||
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: 2019-04-24
|
:date: 2019-05-16
|
||||||
:release-version: 0.28.0
|
:release-version: 0.28.1
|
||||||
: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: 2019-04-24
|
:date: 2019-05-16
|
||||||
:release-version: 0.28.0
|
:release-version: 0.28.1
|
||||||
: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: 2019-04-24
|
:date: 2019-05-16
|
||||||
:release-version: 0.28.0
|
:release-version: 0.28.1
|
||||||
:man manual: Btrbk Manual
|
:man manual: Btrbk Manual
|
||||||
:man source: Btrbk {release-version}
|
:man source: Btrbk {release-version}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue