From f40e3adce36efd5880c2b4362381b5f941df514a Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Wed, 23 Sep 2020 15:21:06 +0200 Subject: [PATCH] change version to 0.30.0; update ChangeLog --- ChangeLog | 14 ++++++++++++++ btrbk | 2 +- doc/btrbk.1.asciidoc | 4 ++-- doc/btrbk.conf.5.asciidoc | 4 ++-- doc/lsbtr.1.asciidoc | 4 ++-- doc/ssh_filter_btrbk.1.asciidoc | 4 ++-- 6 files changed, 23 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4591d40..6a42e6e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +btrbk-0.30.0 + + * MIGRATION + - In your scripts (e.g. cron jobs, systemd units), replace + "/usr/sbin/btrbk" with "/usr/bin/btrbk". + * Install to "/usr/bin" instead of "/usr/sbin". + * Support IPv6 addresses (close #332). + * Add "compat busybox" configuration option (close #327). + * Create "lsbtr" symlink (alias for "btrbk ls"). + * Improve action "ls" (allow url, bugfixes). + * Add "backend_local_user" configuration option. + * btrbk-mail: add more elaborated email and rsync options. + * Minor bugfixes and framework improvements. + btrbk-0.29.1 * Allow multiple path arguments for action "ls". diff --git a/btrbk b/btrbk index e8ee74d..d2d595f 100755 --- a/btrbk +++ b/btrbk @@ -34,7 +34,7 @@ use Time::Local qw( timelocal timegm timegm_nocheck ); use IPC::Open3 qw(open3); use Symbol qw(gensym); -our $VERSION = '0.29.2-dev'; +our $VERSION = '0.30.0'; our $AUTHOR = 'Axel Burri '; our $PROJECT_HOME = ''; diff --git a/doc/btrbk.1.asciidoc b/doc/btrbk.1.asciidoc index a744a26..61c89f4 100644 --- a/doc/btrbk.1.asciidoc +++ b/doc/btrbk.1.asciidoc @@ -1,7 +1,7 @@ btrbk(1) ======== -:date: 2020-02-09 -:release-version: 0.29.1 +:date: 2020-09-23 +:release-version: 0.30.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 0e3e840..7366456 100644 --- a/doc/btrbk.conf.5.asciidoc +++ b/doc/btrbk.conf.5.asciidoc @@ -1,7 +1,7 @@ btrbk.conf(5) ============= -:date: 2020-02-09 -:release-version: 0.29.1 +:date: 2020-09-23 +:release-version: 0.30.0 :man manual: Btrbk Manual :man source: Btrbk {release-version} diff --git a/doc/lsbtr.1.asciidoc b/doc/lsbtr.1.asciidoc index 774c4ff..f6641fb 100644 --- a/doc/lsbtr.1.asciidoc +++ b/doc/lsbtr.1.asciidoc @@ -1,7 +1,7 @@ lsbtr(1) ======== -:date: 2020-02-09 -:release-version: 0.29.1 +:date: 2020-09-23 +:release-version: 0.30.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 9948269..15bd603 100644 --- a/doc/ssh_filter_btrbk.1.asciidoc +++ b/doc/ssh_filter_btrbk.1.asciidoc @@ -1,7 +1,7 @@ ssh_filter_btrbk(1) =================== -:date: 2020-02-09 -:release-version: 0.29.1 +:date: 2020-09-23 +:release-version: 0.30.0 :man manual: Btrbk Manual :man source: Btrbk {release-version}