btrbk: added ChangeLog for current version 0.12-dev

pull/30/head
Axel Burri 2015-03-13 18:31:18 +01:00
parent b99fb4b438
commit 89c659081a
2 changed files with 6 additions and 1 deletions

View File

@ -6,3 +6,8 @@
- added optional subvolume argument for run/dryrun actions, for - added optional subvolume argument for run/dryrun actions, for
explicit selection of subvolumes to be processed explicit selection of subvolumes to be processed
- bugfixes - bugfixes
* btrbk-0.12-dev
- cleaner and more generic parsing of btrfs subvolume list
- bugfix: subvolumes are also allowed for "snapshot_dir" (fixes
issues #1, #2)

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"; our $VERSION = "0.12-dev";
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>';