Changed version to 0.11; adapted ChangeLog

pull/30/head v0.11
Axel Burri 2015-03-02 11:33:14 +01:00
parent 1bf2995cc0
commit 448b70b8fd
5 changed files with 10 additions and 4 deletions

View File

@ -1,2 +1,8 @@
* btrbk-0.10 * btrbk-0.10
- initial revision - initial revision
* btrbk-0.11
- added option -p (preserve backups)
- added optional subvolume argument for run/dryrun actions, for
explicit selection of subvolumes to be processed
- bugfixes

View File

@ -1,5 +1,5 @@
PN = btrbk PN = btrbk
VERSION = 0.10 VERSION = 0.11
PREFIX ?= /usr PREFIX ?= /usr
CONFDIR = /etc CONFDIR = /etc

2
btrbk
View File

@ -47,7 +47,7 @@ use Date::Calc qw(Today Delta_Days Day_of_Week);
use Getopt::Std; use Getopt::Std;
use Data::Dumper; use Data::Dumper;
our $VERSION = "0.11-dev"; our $VERSION = "0.11";
our $AUTHOR = 'Axel Burri <axel@tty0.ch>'; our $AUTHOR = 'Axel Burri <axel@tty0.ch>';
our $PROJECT_HOME = '<http://www.digint.ch/btrbk>'; our $PROJECT_HOME = '<http://www.digint.ch/btrbk>';

View File

@ -1,4 +1,4 @@
.TH "btrbk" "1" "2015-02-08" "btrbk v0.10" "" .TH "btrbk" "1" "2015-03-02" "btrbk v0.11" ""
.SH NAME .SH NAME
btrbk \- backup tool for btrfs volumes btrbk \- backup tool for btrfs volumes
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -1,4 +1,4 @@
.TH "btrbk.conf" "5" "2015-02-08" "btrbk v0.10" "" .TH "btrbk.conf" "5" "2015-03-02" "btrbk v0.11" ""
.SH NAME .SH NAME
btrbk.conf \- btrbk configuration file btrbk.conf \- btrbk configuration file
.SH SYNOPSIS .SH SYNOPSIS