mirror of
https://github.com/borgbackup/borg.git
synced 2026-05-28 04:03:21 -04:00
Merge pull request #8974 from ThomasWaldmann/update-changes
update CHANGES
This commit is contained in:
commit
3f9ea06b20
1 changed files with 28 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue