瀏覽代碼

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

update CHANGES (1.1-maint)
TW 7 年之前
父節點
當前提交
ae541b4027
共有 1 個文件被更改,包括 27 次插入0 次删除
  1. 27 0
      docs/changes.rst

+ 27 - 0
docs/changes.rst

@@ -131,6 +131,33 @@ The best check that everything is ok is to run a dry-run extraction::
 Changelog
 =========
 
+Version 1.1.0rc3 (2017-09-10)
+-----------------------------
+
+New features:
+
+- delete: support naming multiple archives, #2958
+
+Fixes:
+
+- repo cleanup/write: invalidate cached FDs, #2982
+- fix datetime.isoformat() microseconds issues, #2994
+- recover_segment: use mmap(), lower memory needs, #2987
+
+Other changes:
+
+- with-lock: close segment file before invoking subprocess
+- keymanager: don't depend on optional readline module, #2976
+- docs:
+
+  - fix macOS keychain integration command
+  - show/link new screencasts in README, #2936
+  - document utf-8 locale requirement for json mode, #2273
+- vagrant: clean up shell profile init, user name, #2977
+- test_detect_attic_repo: don't test mount, #2975
+- add debug logging for repository cleanup
+
+
 Version 1.1.0rc2 (2017-08-28)
 -----------------------------