Skip to content

Commit 6487a98

Browse files
Merge pull request #8912 from ThomasWaldmann/update-changes
update CHANGES
2 parents 31a1ac1 + b116971 commit 6487a98

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

docs/changes.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,10 @@ New features:
166166

167167
Other 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

0 commit comments

Comments
 (0)