update CHANGES

This commit is contained in:
Thomas Waldmann 2024-07-19 20:39:32 +02:00
parent 4fe94bf77e
commit 6778f2976a
No known key found for this signature in database
GPG Key ID: 243ACFA951F78E01
1 changed files with 3 additions and 1 deletions

View File

@ -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: