updated CHANGES about the name change

This commit is contained in:
Thomas Waldmann 2015-05-14 02:12:36 +02:00
parent e939172c77
commit 3d5b1cfc23
1 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,10 @@ Borg Changelog
Version <TBD>
-------------
- changed sw name and cli command to "borg", updated docs
- package name and name in urls uses "borgbackup" to have less collisions
- changed repo / cache internal magic strings from ATTIC* to BORG*,
changed cache location to .cache/borg/
- give specific path to xattr.is_enabled(), disable symlink setattr call that
always fails
- fix misleading hint the fuse ImportError handler gave, fixes attic #237
@ -40,6 +44,7 @@ Version <TBD>
- better create -v output
- upgraded versioneer, fixes attic #257
Attic Changelog
===============