mirror of https://github.com/digint/btrbk
documentation: ChangeLog: added missing changes from refactoring
parent
9103cbc79d
commit
825fa61eb1
|
@ -1,9 +1,18 @@
|
||||||
btrbk-current
|
btrbk-current
|
||||||
|
|
||||||
|
* New versioning scheme using more common three-level versions.
|
||||||
|
* Code refactoring: cleanup of data structures and handling of btrfs
|
||||||
|
subvolume tree, as well as security related code parts.
|
||||||
|
* Correct handling of symlinks to btrfs subvolumes (closes: #12).
|
||||||
* Added configuration option "snapshot_name" (closes: #5).
|
* Added configuration option "snapshot_name" (closes: #5).
|
||||||
* Bugfix: allow "0" as subvolume name (closes: #10).
|
* Bugfix: allow "0" as subvolume name (closes: #10).
|
||||||
* Bugfix: allow "/" as volume name (closes: #15).
|
* Bugfix: allow "/" as volume name (closes: #15).
|
||||||
* Bugfix: check source AND targets for determining snapshot postfix
|
* Bugfix: check source AND targets for determining snapshot postfix
|
||||||
(closes: #11).
|
(closes: #11).
|
||||||
|
* Bugfix: fixed "diff" action (colses: #14).
|
||||||
|
* Allow '+' character for subvolume names.
|
||||||
|
* Filesystems on remote hosts are now printed as
|
||||||
|
"{my.remote-host.com}" in summary and logs.
|
||||||
|
|
||||||
btrbk-0.16
|
btrbk-0.16
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue