Browse Source

update CHANGES (1.1-maint)

Thomas Waldmann 7 năm trước cách đây
mục cha
commit
24400fcecd
1 tập tin đã thay đổi với 37 bổ sung1 xóa
  1. 37 1
      docs/changes.rst

+ 37 - 1
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)
 -----------------------------