From b116971217d3bdb3f989dc32a7642d8542f2fd38 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Tue, 10 Jun 2025 01:08:00 +0200 Subject: [PATCH] update CHANGES --- docs/changes.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/changes.rst b/docs/changes.rst index d4fc2cddb..224527439 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -166,6 +166,10 @@ New features: Other changes: +- msgpack: allow 1.1.1 +- msgpack version check: ignore "rc" or other version elements +- add derive_key to derive new keys from existing key material +- fish: fix archive name completion - refactor the chunkers, #8882 #8883: - transform buzhash chunker C code to Cython @@ -176,6 +180,10 @@ Other changes: - FileReader uses FileFMAPReader to fill its buffer and offers clients a `.read(size)` method so they can read pieces of the data. - both chunkers now use the FileReader/FileFMAPReader code + - split code and test module into packages +- ChunkerFixed: add fixed chunker tests to selftest +- ChunkerFixed: do not assert on short header read +- Chunker: use safe_fadvise - ChunkerParams: reject even window size for buzhash, #8868 - tests / CI: @@ -185,6 +193,8 @@ Other changes: - more chunker-related tests - docs: + - add docs for serve --permissions / BORG_REPO_PERMISSIONS + - borg-serve: simplify example of env in authorized_keys, #8318 - fix mistyped CVE number