From fc485565ce6e8122be9992d36d6c7f3216d51e7e Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Wed, 24 Apr 2019 19:01:42 +0200 Subject: [PATCH] change version to 0.28.0; update ChangeLog --- ChangeLog | 13 +++++++++++-- btrbk | 2 +- doc/btrbk.1.asciidoc | 4 ++-- doc/btrbk.conf.5.asciidoc | 4 ++-- doc/ssh_filter_btrbk.1.asciidoc | 4 ++-- 5 files changed, 18 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6177410..a152400 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,11 @@ -btrbk-master +btrbk-0.28.0 * MIGRATION - Replace "ssh_port" options with "ssh://hostname[:port]" notation on "volume" or "target" declarations. - * Fix table format "resolved" (btrbk list snapshots|backups"). + - Check filter statements in your scripts ("btrbk run "), + especially when using groups having the same name as subvolumes. + * Fix table format "resolved" (btrbk list snapshots|backups). * Add btrbk-verify: tool for automated backup integrity check based on rsync (close #256). * Use "ssh://hostname[:port]" notation instead of ambiguous @@ -13,8 +15,15 @@ btrbk-master * Remove selected rows ("*host", "*port") from table output if all values are empty. * Consider all parent/child relations (close #255). + * Disallow unrelated parents for btrfs-send if incremental=strict. + * Add clone sources to btrfs-send if necessary. * Add "incremental_resolve" configuration option. * Add "incremental_clones" configuration option. + * Add "noauto" configuration option. + * Add "--exclude" command line option. + * Make target_type optional, defaults to "send-receive". + * Use more sophisticated filter arguments. + * Allow whitespace separated "group" option. btrbk-0.27.2 diff --git a/btrbk b/btrbk index 95a2d87..7161124 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.0-dev'; +our $VERSION = '0.28.0'; our $AUTHOR = 'Axel Burri '; our $PROJECT_HOME = ''; diff --git a/doc/btrbk.1.asciidoc b/doc/btrbk.1.asciidoc index fd2bbf6..a042330 100644 --- a/doc/btrbk.1.asciidoc +++ b/doc/btrbk.1.asciidoc @@ -1,7 +1,7 @@ btrbk(1) ======== -:date: 2019-03-26 -:release-version: 0.27.2 +:date: 2019-04-24 +:release-version: 0.28.0 :man manual: Btrbk Manual :man source: Btrbk {release-version} diff --git a/doc/btrbk.conf.5.asciidoc b/doc/btrbk.conf.5.asciidoc index a24cc6c..9264ff7 100644 --- a/doc/btrbk.conf.5.asciidoc +++ b/doc/btrbk.conf.5.asciidoc @@ -1,7 +1,7 @@ btrbk.conf(5) ============= -:date: 2019-03-26 -:release-version: 0.27.2 +:date: 2019-04-24 +:release-version: 0.28.0 :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 308d75b..fc7ff23 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-03-26 -:release-version: 0.27.2 +:date: 2019-04-24 +:release-version: 0.28.0 :man manual: Btrbk Manual :man source: Btrbk {release-version}