From 89c659081a99400e1e788736dd596009fc7adf12 Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Fri, 13 Mar 2015 18:31:18 +0100 Subject: [PATCH] btrbk: added ChangeLog for current version 0.12-dev --- ChangeLog | 5 +++++ btrbk | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 = '';