From 31947279fb375e74ade614a9e441ca45727cb936 Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Thu, 21 May 2015 14:47:38 +0200 Subject: [PATCH] changed version to 0.18.0; added migration notes to ChangeLog --- ChangeLog | 8 ++++++-- btrbk | 2 +- doc/btrbk.1 | 2 +- doc/btrbk.conf.5 | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 729fee0..3bd6581 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,10 @@ -btrbk-current +btrbk-0.18.0 - * IMPORTANT: please update ssh_filter_btrbk.sh on all remote hosts! + * MIGRATION + - update ssh_filter_btrbk.sh on all remote hosts + - update configuration file (/etc/btrbk/btrbk.conf): + - "snapshot_create_always yes" -> "snapshot_create always" + - "snapshot_create_always no" -> "snapshot_create ondemand" * Set PATH variable instead of using absolute "/sbin/btrfs" for compatibility with all linux distros out there, which all install 'btrfs' in different locations (closes: #20). diff --git a/btrbk b/btrbk index 63766c3..6c80baa 100755 --- a/btrbk +++ b/btrbk @@ -47,7 +47,7 @@ use Date::Calc qw(Today Delta_Days Day_of_Week); use Getopt::Std; use Data::Dumper; -our $VERSION = "0.18.0-dev"; +our $VERSION = "0.18.0"; our $AUTHOR = 'Axel Burri '; our $PROJECT_HOME = ''; diff --git a/doc/btrbk.1 b/doc/btrbk.1 index 197881b..0320527 100644 --- a/doc/btrbk.1 +++ b/doc/btrbk.1 @@ -1,4 +1,4 @@ -.TH "btrbk" "1" "2015-05-15" "btrbk v0.17.1" "" +.TH "btrbk" "1" "2015-05-21" "btrbk v0.18.0" "" .SH NAME btrbk \- backup tool for btrfs volumes .SH SYNOPSIS diff --git a/doc/btrbk.conf.5 b/doc/btrbk.conf.5 index e9358d2..d5f1ba4 100644 --- a/doc/btrbk.conf.5 +++ b/doc/btrbk.conf.5 @@ -1,4 +1,4 @@ -.TH "btrbk.conf" "5" "2015-05-15" "btrbk v0.17.1" "" +.TH "btrbk.conf" "5" "2015-05-21" "btrbk v0.18.0" "" .SH NAME btrbk.conf \- btrbk configuration file .SH SYNOPSIS