فهرست منبع

update CHANGES

Thomas Waldmann 5 سال پیش
والد
کامیت
8272588cac
1فایلهای تغییر یافته به همراه28 افزوده شده و 2 حذف شده
  1. 28 2
      docs/changes.rst

+ 28 - 2
docs/changes.rst

@@ -217,8 +217,8 @@ The best check that everything is ok is to run a dry-run extraction::
 Changelog
 =========
 
-Version 1.1.11 (2020-03-08)
----------------------------
+Version 1.1.12 (not released yet)
+---------------------------------
 
 Compatibility notes:
 
@@ -243,6 +243,32 @@ Compatibility notes:
 
 Fixes:
 
+- update precedence of env vars to set config and cache paths, #4894
+- mount:
+
+  - fix FUSE low linear read speed on large files, #5067
+  - fix crash on old llfuse without birthtime attrs, #5064 - accidentally
+    we required llfuse >= 1.3. Now also old llfuse works again.
+
+Other changes:
+
+- travis: adding comments and explanations to Travis config / install script,
+  improve macOS builds.
+- docs:
+
+  - PlaceholderError not printed as JSON, #4073
+  - "How important is Borg config?", #4941
+  - make Sphinx warnings break docs build, #4587
+  - some markup / warning fixes
+  - add "updating borgbackup.org/releases" to release checklist, #4999
+  - add "rendering docs" to release checklist, #5000
+
+
+Version 1.1.11 (2020-03-08)
+---------------------------
+
+Fixes:
+
 - fixed potential index corruption / data loss issue due to bug in hashindex_set, #4829.
   Please read and follow the more detailled notes close to the top of this document.
 - upgrade bundled xxhash to 0.7.3, #4891.