Skip to content

Commit 038b130

Browse files
update CHANGES
1 parent 2a916de commit 038b130

1 file changed

Lines changed: 18 additions & 9 deletions

File tree

docs/changes.rst

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -422,25 +422,28 @@ above.
422422

423423
New features:
424424

425-
- create/import-tar --quick-stats: faster than --stats by omitting "All archives"
426-
and repository chunk statistics, #9579
427-
- delete/prune --quick-stats: faster than --stats by omitting "All archives" statistics, #9757
425+
- create/import-tar/delete/prune --quick-stats: faster than --stats by omitting "All archives"
426+
and repository chunk statistics, #9579, #9757
428427
- prune: show total vs matching archives in output, #9262
428+
- create --exclude-dataless: macOS: skip cloud files not materialized locally, #9746
429429
- Minimal implementation of "related repositories", #9645
430430

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.
432433

433434
- borg key export-related-secrets <REPO> <SPATH>
434435
- borg init --import-related-secrets <SPATH> <REPO>
435436

436-
437437
Fixes:
438438

439-
- hashindex: fix new checks for big endian archs, #9521
439+
- Archive.delete: don't reuse msgpack Unpacker after an unpacking failure
440440
- slashdot hack: fix exclusion of source directory metadata, #9534
441+
- hashindex: fix new checks for big endian archs, #9521
441442

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.
444447

445448
- LRUCache: resolve KeyError and memory leaks, #9587
446449
- 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
473476

474477
Other changes:
475478

476-
- msgpack: also allow 1.2.0 and 1.2.1
479+
- msgpack: also allow up to 1.2.1
477480
- use F_FULLFSYNC on macOS for SyncFile data durability, #9383
478481
- 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
479484
- docs:
485+
486+
- borgbackup.readthedocs.io: offer PDF and html downloads in sidebar, #9731
487+
- fix 'borg key change-passphrase' docs, #9697
480488
- impact of the slashdot hack on pattern matching, #9647
481489
- pull-backup.rst minor fixes
482490
- sshfs + chroot does not support different CPU architectures, #6878
@@ -490,6 +498,7 @@ Other changes:
490498
- improve macOS Keychain instructions, #5156
491499
- add DoS warning for none encryption mode, #6715
492500
- document error handling in borg create, #4912
501+
- update year in LICENSE and docs/conf.py
493502

494503

495504
Version 1.4.4 (2026-03-19)

0 commit comments

Comments
 (0)