1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-23 16:26:29 +00:00

update CHANGES

This commit is contained in:
Thomas Waldmann 2016-05-20 14:38:09 +02:00
parent 8d8374d23c
commit 5be71b506e

View file

@ -1,15 +1,16 @@
Changelog
=========
Version 1.0.3 (not released yet)
--------------------------------
Version 1.0.3
-------------
Bug fixes:
- prune: ignore checkpoints (avoid that checkpoints are kept and completed
archives are deleted in a prune run), #997
- prune: fix bad commandline argument validator, #942
- fix capabilities extraction on Linux (set xattrs last, after chown())
- prune: avoid that checkpoints are kept and completed archives are deleted in
a prune run), #997
- prune: fix commandline argument validation - some valid command lines were
considered invalid (annoying, but harmless), #942
- fix capabilities extraction on Linux (set xattrs last, after chown()), #1069
- repository: fix commit tags being seen in data
- when probing key files, do binary reads. avoids crash when non-borg binary
files are located in borg's key files directory.
@ -21,6 +22,7 @@ Other changes:
- Vagrantfile: OS X: update osxfuse / install lzma package, #933
- setup.py: add check for platform_darwin.c
- setup.py: on freebsd, use a llfuse release that builds ok
- docs / help:
- update readthedocs URLs, #991