Skip to content

Commit 42ea1d0

Browse files
Merge pull request #9234 from ThomasWaldmann/update-changes-master
update changes (master)
2 parents 4a1d0eb + f4a2ff1 commit 42ea1d0

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

docs/changes.rst

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -156,21 +156,23 @@ above.
156156

157157
New 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

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

250251
Version 2.0.0b19 (2025-07-02)

requirements.d/development.lock.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ pytest-xdist==3.7.0
1111
coverage[toml]==7.9.1
1212
pytest-cov==6.2.1
1313
pytest-benchmark==5.1.0
14-
Cython==3.1.4
14+
Cython==3.2.3
1515
pre-commit==4.2.0

0 commit comments

Comments
 (0)