From 798350b63327733b37dc4dbf6be622220837c5c9 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sun, 3 Aug 2025 06:17:48 +0200 Subject: [PATCH] update CHANGES --- docs/changes.rst | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/docs/changes.rst b/docs/changes.rst index 7de719e29..fc1fea349 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -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