From 23770f2e67886bf20480f43ba68d2dfb56364201 Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Sun, 28 Jul 2019 15:43:14 +0200 Subject: [PATCH] change version to 0.28.3; update ChangeLog --- ChangeLog | 7 +++++++ btrbk | 2 +- doc/btrbk.1.asciidoc | 4 ++-- doc/btrbk.conf.5.asciidoc | 4 ++-- doc/ssh_filter_btrbk.1.asciidoc | 4 ++-- 5 files changed, 14 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index b43c074..30404b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +btrbk-0.28.3 + + * Bugfix: return exitcode=10 if action skipped by stray subvolumes + (close: #285). + * Bugfix: correctly handle root subvolumes having uuid. + * Bugfix: fix mount point resolving. + btrbk-0.28.2 * Fix regression: crash if raw target dir is empty (close #281). diff --git a/btrbk b/btrbk index 5c74228..485f872 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.3-dev'; +our $VERSION = '0.28.3'; our $AUTHOR = 'Axel Burri '; our $PROJECT_HOME = ''; diff --git a/doc/btrbk.1.asciidoc b/doc/btrbk.1.asciidoc index 94407cd..cae7a58 100644 --- a/doc/btrbk.1.asciidoc +++ b/doc/btrbk.1.asciidoc @@ -1,7 +1,7 @@ btrbk(1) ======== -:date: 2019-05-23 -:release-version: 0.28.2 +:date: 2019-07-28 +:release-version: 0.28.3 :man manual: Btrbk Manual :man source: Btrbk {release-version} diff --git a/doc/btrbk.conf.5.asciidoc b/doc/btrbk.conf.5.asciidoc index 8b544ee..ef32b1c 100644 --- a/doc/btrbk.conf.5.asciidoc +++ b/doc/btrbk.conf.5.asciidoc @@ -1,7 +1,7 @@ btrbk.conf(5) ============= -:date: 2019-05-23 -:release-version: 0.28.2 +:date: 2019-07-28 +:release-version: 0.28.3 :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 4404473..e253ded 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-23 -:release-version: 0.28.2 +:date: 2019-07-28 +:release-version: 0.28.3 :man manual: Btrbk Manual :man source: Btrbk {release-version}