|
@@ -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
|