You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Minimal implementation of "related repositories", #9645
430
430
431
-
This feature allows multiple repositories to share deduplication-relevant secrets (id_key and chunk_seed) while maintaining secure, independent encryption keys.
431
+
This feature allows multiple repositories to share deduplication-relevant secrets
432
+
(id_key and chunk_seed) while maintaining secure, independent encryption keys.
432
433
433
434
- borg key export-related-secrets <REPO> <SPATH>
434
435
- borg init --import-related-secrets <SPATH> <REPO>
435
436
436
-
437
437
Fixes:
438
438
439
-
- hashindex: fix new checks for big endian archs, #9521
439
+
- Archive.delete: don't reuse msgpack Unpacker after an unpacking failure
440
440
- slashdot hack: fix exclusion of source directory metadata, #9534
441
+
- hashindex: fix new checks for big endian archs, #9521
441
442
442
-
Note: Many of the fixed issues listed below relate to rather rare or theoretical
443
-
issues and were found by automated code checking.
443
+
Note:
444
+
445
+
Many of the fixed issues listed below relate to rather rare or theoretical
446
+
issues and were found by automated code checking.
444
447
445
448
- LRUCache: resolve KeyError and memory leaks, #9587
446
449
- crypto.low_level: fix freeing of memory, #9585
@@ -473,10 +476,15 @@ Note: Many of the fixed issues listed below relate to rather rare or theoretical
473
476
474
477
Other changes:
475
478
476
-
- msgpack: also allow 1.2.0 and 1.2.1
479
+
- msgpack: also allow up to 1.2.1
477
480
- use F_FULLFSYNC on macOS for SyncFile data durability, #9383
478
481
- mount: improve error msg when uid/gid cannot be resolved, #9574
482
+
- properly handle invalid and dev versions in version parser, fixes #9014
483
+
- tests: reset borg.output.progress logger between tests to fix flakiness
479
484
- docs:
485
+
486
+
- borgbackup.readthedocs.io: offer PDF and html downloads in sidebar, #9731
487
+
- fix 'borg key change-passphrase' docs, #9697
480
488
- impact of the slashdot hack on pattern matching, #9647
481
489
- pull-backup.rst minor fixes
482
490
- sshfs + chroot does not support different CPU architectures, #6878
0 commit comments