summaryrefslogtreecommitdiffstats
path: root/docs/changes.rst
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2024-07-19 20:39:32 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2024-07-19 20:39:32 +0200
commit6778f2976aefcac4f74e233d61de503888a7fae0 (patch)
tree68d5f4e737c15e7b21fcf15f4bcd1cc4edad1706 /docs/changes.rst
parent4fe94bf77ec464b20e4cb9fd51657e3b2c202040 (diff)
update CHANGES
Diffstat (limited to 'docs/changes.rst')
-rw-r--r--docs/changes.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/changes.rst b/docs/changes.rst
index 93b6738d6..90be2b0bb 100644
--- a/docs/changes.rst
+++ b/docs/changes.rst
@@ -120,7 +120,7 @@ Compatibility notes:
Change Log 2.x
==============
-Version 2.0.0b9 (2024-07-xx)
+Version 2.0.0b9 (2024-07-20)
----------------------------
Please note:
@@ -139,6 +139,7 @@ New features:
Requires to run "borg check --repair --archives-only" to delete orphaned
chunks before running "borg compact" to free space! These orphans are
expected due to the simplified refcounting with the AdHocFilesCache.
+- make BORG_EXIT_CODES="modern" the default, #8110
- add BORG_USE_CHUNKS_ARCHIVE env var, #8280
- automatically rebuild cache on exception, #5213
@@ -152,6 +153,7 @@ Bug fixes:
- create: deal with EBUSY, #8123
- benchmark: inherit options --rsh --remote-path, #8099
- benchmark: fix return value, #8113
+- key export: fix crash when no path is given, fix exception handling
Other changes: