From f132c94c655afa930a73423e6c1abf88d412f49d Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Thu, 16 May 2019 17:16:52 +0200 Subject: [PATCH] change version to 0.28.1; update ChangeLog --- ChangeLog | 6 ++++++ btrbk | 2 +- doc/btrbk.1.asciidoc | 4 ++-- doc/btrbk.conf.5.asciidoc | 4 ++-- doc/ssh_filter_btrbk.1.asciidoc | 4 ++-- 5 files changed, 13 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index a152400..f3003d8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 * MIGRATION diff --git a/btrbk b/btrbk index 71daa04..82d68e7 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.1-dev'; +our $VERSION = '0.28.1'; our $AUTHOR = 'Axel Burri '; our $PROJECT_HOME = ''; diff --git a/doc/btrbk.1.asciidoc b/doc/btrbk.1.asciidoc index a042330..1ae8a35 100644 --- a/doc/btrbk.1.asciidoc +++ b/doc/btrbk.1.asciidoc @@ -1,7 +1,7 @@ btrbk(1) ======== -:date: 2019-04-24 -:release-version: 0.28.0 +:date: 2019-05-16 +:release-version: 0.28.1 :man manual: Btrbk Manual :man source: Btrbk {release-version} diff --git a/doc/btrbk.conf.5.asciidoc b/doc/btrbk.conf.5.asciidoc index 9264ff7..01912c9 100644 --- a/doc/btrbk.conf.5.asciidoc +++ b/doc/btrbk.conf.5.asciidoc @@ -1,7 +1,7 @@ btrbk.conf(5) ============= -:date: 2019-04-24 -:release-version: 0.28.0 +:date: 2019-05-16 +:release-version: 0.28.1 :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 fc7ff23..7e37490 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-04-24 -:release-version: 0.28.0 +:date: 2019-05-16 +:release-version: 0.28.1 :man manual: Btrbk Manual :man source: Btrbk {release-version}