浏览代码

Merge pull request #7697 from ThomasWaldmann/docs-master

docs updates (master)
TW 2 年之前
父节点
当前提交
a7d8b02e4e
共有 2 个文件被更改,包括 47 次插入9 次删除
  1. 37 9
      docs/changes.rst
  2. 10 0
      docs/faq.rst

+ 37 - 9
docs/changes.rst

@@ -7,17 +7,13 @@ This section provides information about security and corruption issues.
 
 
 (nothing to see here yet)
 (nothing to see here yet)
 
 
-.. _changelog:
+.. _upgradenotes2:
 
 
-Change Log 2.x
-==============
+Upgrade Notes
+=============
 
 
-Version 2.0.0b6 (2023-06-11)
-----------------------------
-
-Please note:
-
-This is a beta release, only for testing - do not use for production repos.
+borg 1.2.x to borg 2.0
+----------------------
 
 
 Compatibility notes:
 Compatibility notes:
 
 
@@ -113,6 +109,38 @@ Compatibility notes:
   fail now that somehow "worked" before (but maybe didn't work as intended due to
   fail now that somehow "worked" before (but maybe didn't work as intended due to
   the contradicting options).
   the contradicting options).
 
 
+
+.. _changelog:
+
+Change Log 2.x
+==============
+
+Version 2.0.0b7 (not released yet)
+----------------------------------
+
+Please note:
+
+This is a beta release, only for testing - do not use for production repos.
+
+For upgrade and compatibility hints, please also read the section "Upgrade Notes"
+above.
+
+Fixes:
+
+- remote logging/progress: use callback to send queued records, #7662
+- make_path_safe: remove test for backslashes, #7651
+- benchmark cpu: use sanitized path, #7654
+
+Other changes:
+
+- docs:
+
+  - move upgrade / compat. notes to own section, see #7546
+
+
+Version 2.0.0b6 (2023-06-11)
+----------------------------
+
 New features:
 New features:
 
 
 - diff: include changes in ctime and mtime, #7248
 - diff: include changes in ctime and mtime, #7248

+ 10 - 0
docs/faq.rst

@@ -1175,6 +1175,16 @@ space.
 Miscellaneous
 Miscellaneous
 #############
 #############
 
 
+macOS: borg mounts not shown in Finder's side bar
+-------------------------------------------------
+
+https://github.com/osxfuse/osxfuse/wiki/Mount-options#local
+
+Read the above first and use this on your own risk::
+
+    borg mount -olocal REPO MOUNTPOINT
+
+
 Requirements for the borg single-file binary, esp. (g)libc?
 Requirements for the borg single-file binary, esp. (g)libc?
 -----------------------------------------------------------
 -----------------------------------------------------------