From 24400fcecd3900e417f6a270965186ec4210b710 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sun, 27 Aug 2017 21:48:29 +0200 Subject: [PATCH] update CHANGES (1.1-maint) --- docs/changes.rst | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/docs/changes.rst b/docs/changes.rst index bed3b26d1..04d301bfb 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -132,7 +132,7 @@ Changelog ========= Version 1.1.0rc2 (not released yet) ------------------------------------- +----------------------------------- Compatibility notes: @@ -143,6 +143,42 @@ Compatibility notes: and the default is now "mtime". "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) -----------------------------