1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-03-06 19:49:20 +00:00

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

View file

@ -120,7 +120,7 @@ Compatibility notes:
Change Log 2.x Change Log 2.x
============== ==============
Version 2.0.0b9 (2024-07-xx) Version 2.0.0b9 (2024-07-20)
---------------------------- ----------------------------
Please note: Please note:
@ -139,6 +139,7 @@ New features:
Requires to run "borg check --repair --archives-only" to delete orphaned Requires to run "borg check --repair --archives-only" to delete orphaned
chunks before running "borg compact" to free space! These orphans are chunks before running "borg compact" to free space! These orphans are
expected due to the simplified refcounting with the AdHocFilesCache. 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 - add BORG_USE_CHUNKS_ARCHIVE env var, #8280
- automatically rebuild cache on exception, #5213 - automatically rebuild cache on exception, #5213
@ -152,6 +153,7 @@ Bug fixes:
- create: deal with EBUSY, #8123 - create: deal with EBUSY, #8123
- benchmark: inherit options --rsh --remote-path, #8099 - benchmark: inherit options --rsh --remote-path, #8099
- benchmark: fix return value, #8113 - benchmark: fix return value, #8113
- key export: fix crash when no path is given, fix exception handling
Other changes: Other changes: