From 825fa61eb123ef8f81294f3bed1f0d09d4f0e65b Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Tue, 28 Apr 2015 21:22:00 +0200 Subject: [PATCH] documentation: ChangeLog: added missing changes from refactoring --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 71d6609..718c164 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,18 @@ 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). * Bugfix: allow "0" as subvolume name (closes: #10). * Bugfix: allow "/" as volume name (closes: #15). * Bugfix: check source AND targets for determining snapshot postfix (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