Merge pull request #8974 from ThomasWaldmann/update-changes

update CHANGES
This commit is contained in:
TW 2025-08-03 06:39:11 +02:00 committed by GitHub
commit 3f9ea06b20
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -414,12 +414,38 @@ Compatibility notes:
Change Log
==========
Version 1.4.1 (2025-04-19)
--------------------------
Version 1.4.2 (not released yet)
--------------------------------
For upgrade and compatibility hints, please also read the section "Upgrade Notes"
above.
Fixes:
- import-tar: fix the dotslash issue, add test, #8947
- import-tar: when printing the path, use the already normalized item.path.
Other changes:
- support Python 3.14
- msgpack: allow 1.1.1
- msgpack version check: ignore "rc" or other version elements
- Chunker params: warn for even window size for buzhash, #8868
- suppress compiler warning about CYTHON_FALLTHROUGH
- remove unnecessary check that Padmé overhead is at most 12%
- docs: borg-serve: simplify example of env in authorized_keys, #8318
- coverage: use pyproject.toml
- tox: use native pyproject.toml configuration
- tests:
- save temp space
- test_chunkpoints_unchanged: do not use blake2b_256
- fix diff cmd test on macOS HFS+, #8860
Version 1.4.1 (2025-04-19)
--------------------------
New features:
- prune: add 13weekly and 3monthly quarterly pruning strategies, #8337