Merge pull request #1483 from ThomasWaldmann/update-1.0-changes

WIP: update CHANGES (1.0-maint)
This commit is contained in:
TW 2016-08-18 22:17:18 +02:00 committed by GitHub
commit cba0c3dc59
1 changed files with 24 additions and 0 deletions

View File

@ -57,6 +57,30 @@ Security fixes:
- fix security issue with remote repository access, #1428
Bug fixes:
- fixed repeated LockTimeout exceptions when borg serve tried to write into
a already write-locked repo (e.g. by a borg mount), #502 part b)
This was solved by the fix for #1220 in 1.0.7rc1 already.
- fix cosmetics + file leftover for "not a valid borg repository", #1490
- Cache: release lock if cache is invalid, #1501
- borg extract --strip-components: fix leak of preloaded chunk contents
- Repository, when a InvalidRepository exception happens:
- fix spurious, empty lock.roster
- fix repo not closed cleanly
New features:
- implement borg debug-info, fixes #1122
(just calls already existing code via cli, same output as below tracebacks)
Other changes:
- skip the O_NOATIME test on GNU Hurd, fixes #1315
(this is a very minor issue and the GNU Hurd project knows the bug)
- document using a clean repo to test / build the release
Version 1.0.7rc2 (2016-08-13)
-----------------------------