浏览代码

update CHANGES (1.1-maint)

Thomas Waldmann 7 年之前
父节点
当前提交
24400fcecd
共有 1 个文件被更改,包括 37 次插入1 次删除
  1. 37 1
      docs/changes.rst

+ 37 - 1
docs/changes.rst

@@ -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)
 -----------------------------
 -----------------------------