We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7b9fe15 + 1e40d74 commit d04f41bCopy full SHA for d04f41b
1 file changed
docs/changes.rst
@@ -156,6 +156,7 @@ above.
156
157
New features:
158
159
+- new "buzhash64" chunker, init bh table using a 256bit key derived from ID key
160
- serve: add --permissions option as an alternative to BORG_REPO_PERMISSIONS env var
161
- create: auto-exclude items based on xattrs or NODUMP, see #4972
162
@@ -166,10 +167,13 @@ New features:
166
167
168
Other changes:
169
170
+- support Python 3.14
171
- msgpack: allow 1.1.1
172
- msgpack version check: ignore "rc" or other version elements
173
- add derive_key to derive new keys from existing key material
174
- fish: fix archive name completion
175
+- refactor: modularize tests
176
+- refactor: use pathlib.Path
177
- refactor the chunkers, #8882 #8883:
178
179
- transform buzhash chunker C code to Cython
0 commit comments