update CHANGES (1.1-maint)

This commit is contained in:
Thomas Waldmann 2017-08-27 21:48:29 +02:00
parent 84d13f92b3
commit 24400fcecd
1 changed files with 37 additions and 1 deletions

View File

@ -132,7 +132,7 @@ Changelog
========= =========
Version 1.1.0rc2 (not released yet) Version 1.1.0rc2 (not released yet)
------------------------------------ -----------------------------------
Compatibility notes: Compatibility notes:
@ -143,6 +143,42 @@ Compatibility notes:
and the default is now "mtime". and the default is now "mtime".
"isomtime" is now a real ISO-8601 format ("T" between date and time, not a space). "isomtime" is now a real ISO-8601 format ("T" between date and time, not a space).
New features:
- None.
Fixes:
- list: fix weird mixup of mtime/isomtime
- create --timestamp: set start time, #2957
- ignore corrupt files cache, #2939
- migrate locks to child PID when daemonize is used
- fix exitcode of borg serve, #2910
- only compare contents when chunker params match, #2899
- umount: try fusermount, then try umount, #2863
Other changes:
- JSON: use a more standard ISO 8601 datetime format, #2376
- cache: write_archive_index: truncate_and_unlink on error, #2628
- detect non-upgraded Attic repositories, #1933
- delete various nogil and threading related lines
- coala / pylint related improvements
- docs:
- renew asciinema/screencasts, #669
- create: document exclusion through nodump, #2949
- minor formatting fixes
- tar: tarpipe example
- improve "with-lock" and "info" docs, #2869
- detail how to use macOS/GNOME/KDE keyrings for repo passwords, #392
- travis: only short-circuit docs-only changes for pull requests
- vagrant:
- netbsd: bash is already installed
- fix netbsd version in PKG_PATH
- add exe location to PATH when we build an exe
Version 1.1.0rc1 (2017-07-24) Version 1.1.0rc1 (2017-07-24)
----------------------------- -----------------------------