diff --git a/ChangeLog b/ChangeLog index d789863..0b895b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,3 +6,8 @@ - added optional subvolume argument for run/dryrun actions, for explicit selection of subvolumes to be processed - 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) diff --git a/btrbk b/btrbk index 5cdb661..daf5abe 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.11"; +our $VERSION = "0.12-dev"; our $AUTHOR = 'Axel Burri '; our $PROJECT_HOME = '';