@@ -156,21 +156,23 @@ above.
156156
157157New features:
158158
159- - borg --cockpit: show TUI based on Textual
160- - info: show cwd at the time of backup creation, #6191
161- - linux ACLs: use acl_to_any_text to avoid libacl name lookups, #8753
162- - NetBSD: xattr support, #1332
163159- fat binary builds on GitHub (see assets on the GitHub releases page):
164160
165161 - for Linux with glibc 2.35+ (Intel/AMD and ARM64)
166162 - for macOS 15+ (Apple Silicon/ARM64 and Intel)
167163 - using GitHub artifact attestations for release binaries, #9134
164+ - borg --cockpit: show status display based on Textual
165+ - Linux ACLs: use acl_to_any_text to avoid libacl name lookups, #8753.
168166- export-tar/import-tar: support for POSIX ACLs (PAX format)
167+ - NetBSD: xattr support, #1332
168+ - mount: alternatively, work with high-level fuse library "mfusepy", which
169+ supports fuse 2 and 3, #9194. Try it with: pip install borg[mfusepy]
170+ - diff: --sort-by=field[,field,...], #8998
169171- list --format: add "inode" placeholder
172+ - info: show cwd at the time of backup creation, #6191
170173- improved tty-less progress reporting (--progress), #9055
171174- BORG_MSGPACK_VERSION_CHECK=no to optionally disable the msgpack version
172175 check; default is "yes", use at your own risk, #9109.
173- - diff: --sort-by=field[,field,...], #8998
174176- completion: generate completion scripts for supported shells, #9172,
175177 uses shtab, supports bash and zsh.
176178
@@ -196,11 +198,10 @@ Fixes:
196198
197199Other changes:
198200
199- - support Python 3.14, msgpack 1.1.2, use Cython 3.1.4
201+ - support Python 3.14, msgpack 1.1.2, use Cython 3.2.3
200202- require setuptools>=78.1.1, #9042
201- - set_flags: remove compression flag support (did not work anyway)
203+ - "bsdflags" set_flags: remove compression flag support (did not work anyway)
202204- Brewfile: use openssl@3
203- - GitHub Actions: use korthout/backport-action
204205- buzhash/buzhash64: initialise all-zero memory more efficiently
205206- tests:
206207
@@ -244,7 +245,7 @@ Other changes:
244245 - add Arch Linux to the 'Installing from source' docs
245246 - add systemd-inhibit and examples, #8989
246247 - code/docs: fix typos and grammar
247- - some fixes/update to the FAQ
248+ - some fixes/updates to the FAQ
248249
249250
250251Version 2.0.0b19 (2025-07-02)
0 commit comments