From 1fd3a547df825ed369df8ded1bd9e4bf3b959627 Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Mon, 5 Mar 2018 11:32:27 +0100 Subject: [PATCH] change version to 0.26.1; bump copyright year --- ChangeLog | 5 +++-- btrbk | 4 ++-- doc/btrbk.1.asciidoc | 4 ++-- doc/btrbk.conf.5.asciidoc | 4 ++-- doc/ssh_filter_btrbk.1.asciidoc | 4 ++-- 5 files changed, 11 insertions(+), 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index c69d7e6..8c19d23 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,9 @@ -btrbk-current +btrbk-0.26.1 + * Add "archive_exclude" configuration option. + * Add warning on redefined configuration option. * Bugfix: fix parsing of "openssl_iv_size" configuration option. * Bugfix: fix filter statement matching for volume=/ (close #209). - * Add "archive_exclude" configuration option. btrbk-0.26.0 diff --git a/btrbk b/btrbk index dd57aa6..36cd098 100755 --- a/btrbk +++ b/btrbk @@ -2,7 +2,7 @@ # # btrbk - Create snapshots and remote backups of btrfs subvolumes # -# Copyright (C) 2014-2017 Axel Burri +# Copyright (C) 2014-2018 Axel Burri # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -32,7 +32,7 @@ use Carp qw(confess); use Getopt::Long qw(GetOptions); use Time::Local qw( timelocal timegm timegm_nocheck ); -our $VERSION = '0.26.1-dev'; +our $VERSION = '0.26.1'; our $AUTHOR = 'Axel Burri '; our $PROJECT_HOME = ''; diff --git a/doc/btrbk.1.asciidoc b/doc/btrbk.1.asciidoc index 37832df..c19c5e2 100644 --- a/doc/btrbk.1.asciidoc +++ b/doc/btrbk.1.asciidoc @@ -1,7 +1,7 @@ btrbk(1) ======== -:date: 2017-10-11 -:revision: 0.26.0 +:date: 2018-03-05 +:revision: 0.26.1 :man manual: Btrbk Manual :man source: Btrbk diff --git a/doc/btrbk.conf.5.asciidoc b/doc/btrbk.conf.5.asciidoc index 33b9feb..bc7a510 100644 --- a/doc/btrbk.conf.5.asciidoc +++ b/doc/btrbk.conf.5.asciidoc @@ -1,7 +1,7 @@ btrbk.conf(5) ============= -:date: 2017-10-11 -:revision: 0.26.0 +:date: 2018-03-05 +:revision: 0.26.1 :man manual: Btrbk Manual :man source: Btrbk diff --git a/doc/ssh_filter_btrbk.1.asciidoc b/doc/ssh_filter_btrbk.1.asciidoc index 1d15212..e9f24f6 100644 --- a/doc/ssh_filter_btrbk.1.asciidoc +++ b/doc/ssh_filter_btrbk.1.asciidoc @@ -1,7 +1,7 @@ ssh_filter_btrbk(1) =================== -:date: 2017-10-11 -:revision: 0.26.0 +:date: 2018-03-05 +:revision: 0.26.1 :man manual: Btrbk Manual :man source: Btrbk