Merge pull request #4734 from ThomasWaldmann/update-changes-1.1

update CHANGES (1.1)
This commit is contained in:
TW 2019-08-27 21:24:33 +02:00 committed by GitHub
commit 0c97d62b46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -190,10 +190,17 @@ Compatibility notes:
You can avoid the one-time slowdown by using the pre-1.1.0rc4-compatible
mode (but that is less safe for detecting changed files than the default).
See the --files-cache docs for details.
- 1.1.11 removes WSL autodetection (Windows 10 Subsystem for Linux).
If WSL still has a problem with sync_file_range, you need to set
BORG_WORKAROUNDS=basesyncfile in the borg process environment to
work around the WSL issue.
Fixes:
- extract: fix KeyError for "partial" extraction, #4607
- extract:
- fix KeyError for "partial" extraction, #4607
- fix "partial" extract for hardlinked contentless file types, #4725
- fix preloading for old (0.xx) remote servers, #4652
- SecurityManager.known(): check all files, #4614
- after double-force delete, warn about necessary repair, #4704
@ -205,6 +212,7 @@ Fixes:
New features:
- enable placeholder usage in all extra archive arguments
- new BORG_WORKAROUNDS mechanism, basesyncfile, #4710
Other:
@ -229,6 +237,7 @@ Other:
- AUTHORS: mention copyright+license for bundled msgpack
- fix various code blocks in the docs, #4708
- updated docs to cover use of temp directory on remote, #4545
- add restore docs, #4670
Version 1.1.10 (2019-05-16)