mirror of https://github.com/digint/btrbk
btrbk: added ChangeLog for current version 0.12-dev
parent
b99fb4b438
commit
89c659081a
|
@ -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
2
btrbk
|
@ -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>';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue