浏览代码

Merge pull request #8974 from ThomasWaldmann/update-changes

update CHANGES
TW 2 周之前
父节点
当前提交
3f9ea06b20
共有 1 个文件被更改,包括 28 次插入2 次删除
  1. 28 2
      docs/changes.rst

+ 28 - 2
docs/changes.rst

@@ -414,12 +414,38 @@ Compatibility notes:
 Change Log
 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"
 For upgrade and compatibility hints, please also read the section "Upgrade Notes"
 above.
 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:
 New features:
 
 
 - prune: add 13weekly and 3monthly quarterly pruning strategies, #8337
 - prune: add 13weekly and 3monthly quarterly pruning strategies, #8337