documentation: ChangeLog: changed to more common format

pull/30/head
Axel Burri 2015-04-01 16:16:27 +02:00
parent 7046195777
commit 5fc8d54707
1 changed files with 32 additions and 26 deletions

View File

@ -1,32 +1,38 @@
* btrbk-0.10 btrbk-current
- initial revision
* btrbk-0.11 * Added configuration option "btrfs_progs_compat", to be enabled if
- added option -p (preserve backups) using btrfs-progs < 3.17 (closes: #6).
- added optional subvolume argument for run/dryrun actions, for * Added configuration option "resume_missing", for automatic resume
explicit selection of subvolumes to be processed of missing backups (closes: #8).
- bugfixes * Removed configuration option "receive_log" in favor of printing
errors from "btrfs receive".
* Bugfix: show correct exit code on external command failure.
* Bugfix: no crash if "commit_delete" option is set to "no"
* btrbk-0.12 btrbk-0.14
- cleaner and more generic parsing of btrfs subvolume list
- bugfix: subvolumes are also allowed for "snapshot_dir" (fixes
issues #1, #2)
* btrbk-0.13 * Bugfix: correctly handle empty target subvolumes (blocker for all
- bugfix: allow '@' character for subvolume names (blocker for new users; closes: #4).
btrbk-0.13
* Bugfix: allow '@' character for subvolume names (blocker for
ubuntu users, since ubuntu prefixes all subvolumes with '@' in its ubuntu users, since ubuntu prefixes all subvolumes with '@' in its
subvolume layout). Fixes issue #3 subvolume layout; closes: #3).
* btrbk-0.14 btrbk-0.12
- bugfix: correctly handle empty target subvolumes (blocker for all
new users). Fixes issue #4
* btrbk-current * Cleaner and more generic parsing of btrfs subvolume list.
- added configuration option "btrfs_progs_compat", to be enabled if * Bugfix: subvolumes are also allowed for "snapshot_dir" (closes:
using btrfs-progs < 3.17. Fixes issue #6 #1, #2).
- added configuration option "resume_missing", for automatic resume
of missing backups btrbk-0.11
- removed configuration option "receive_log" in favor of printing
errors from "btrfs receive" * Added option -p (preserve backups).
- bugfix: show correct exit code on external command failure * Added optional subvolume argument for run/dryrun actions, for
- bugfix: no crash if "commit_delete" option is set to "no" explicit selection of subvolumes to be processed.
* Bugfixes
btrbk-0.10
* Initial revision.