File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -166,6 +166,10 @@ New features:
166166
167167Other changes:
168168
169+ - msgpack: allow 1.1.1
170+ - msgpack version check: ignore "rc" or other version elements
171+ - add derive_key to derive new keys from existing key material
172+ - fish: fix archive name completion
169173- refactor the chunkers, #8882 #8883:
170174
171175 - transform buzhash chunker C code to Cython
@@ -176,6 +180,10 @@ Other changes:
176180 - FileReader uses FileFMAPReader to fill its buffer and offers clients a
177181 `.read(size) ` method so they can read pieces of the data.
178182 - both chunkers now use the FileReader/FileFMAPReader code
183+ - split code and test module into packages
184+ - ChunkerFixed: add fixed chunker tests to selftest
185+ - ChunkerFixed: do not assert on short header read
186+ - Chunker: use safe_fadvise
179187- ChunkerParams: reject even window size for buzhash, #8868
180188- tests / CI:
181189
@@ -185,6 +193,8 @@ Other changes:
185193 - more chunker-related tests
186194- docs:
187195
196+ - add docs for serve --permissions / BORG_REPO_PERMISSIONS
197+ - borg-serve: simplify example of env in authorized_keys, #8318
188198 - fix mistyped CVE number
189199
190200
You can’t perform that action at this time.
0 commit comments