mirror of
https://github.com/borgbackup/borg.git
synced 2026-06-11 01:41:57 -04:00
Merge pull request #9234 from ThomasWaldmann/update-changes-master
Some checks are pending
Lint / lint (push) Waiting to run
CI / lint (push) Waiting to run
CI / security (push) Waiting to run
CI / asan_ubsan (push) Blocked by required conditions
CI / native_tests (push) Blocked by required conditions
CI / vm_tests (Haiku, false, haiku, r1beta5) (push) Blocked by required conditions
CI / vm_tests (NetBSD, false, netbsd, 10.1) (push) Blocked by required conditions
CI / vm_tests (OpenBSD, false, openbsd, 7.7) (push) Blocked by required conditions
CI / vm_tests (borg-freebsd-14-x86_64-gh, FreeBSD, true, freebsd, 14.3) (push) Blocked by required conditions
CI / windows_tests (push) Blocked by required conditions
CodeQL / Analyze (push) Waiting to run
Some checks are pending
Lint / lint (push) Waiting to run
CI / lint (push) Waiting to run
CI / security (push) Waiting to run
CI / asan_ubsan (push) Blocked by required conditions
CI / native_tests (push) Blocked by required conditions
CI / vm_tests (Haiku, false, haiku, r1beta5) (push) Blocked by required conditions
CI / vm_tests (NetBSD, false, netbsd, 10.1) (push) Blocked by required conditions
CI / vm_tests (OpenBSD, false, openbsd, 7.7) (push) Blocked by required conditions
CI / vm_tests (borg-freebsd-14-x86_64-gh, FreeBSD, true, freebsd, 14.3) (push) Blocked by required conditions
CI / windows_tests (push) Blocked by required conditions
CodeQL / Analyze (push) Waiting to run
update changes (master)
This commit is contained in:
commit
42ea1d056a
2 changed files with 11 additions and 10 deletions
|
|
@ -156,21 +156,23 @@ above.
|
|||
|
||||
New features:
|
||||
|
||||
- borg --cockpit: show TUI based on Textual
|
||||
- info: show cwd at the time of backup creation, #6191
|
||||
- linux ACLs: use acl_to_any_text to avoid libacl name lookups, #8753
|
||||
- NetBSD: xattr support, #1332
|
||||
- fat binary builds on GitHub (see assets on the GitHub releases page):
|
||||
|
||||
- for Linux with glibc 2.35+ (Intel/AMD and ARM64)
|
||||
- for macOS 15+ (Apple Silicon/ARM64 and Intel)
|
||||
- using GitHub artifact attestations for release binaries, #9134
|
||||
- borg --cockpit: show status display based on Textual
|
||||
- Linux ACLs: use acl_to_any_text to avoid libacl name lookups, #8753.
|
||||
- export-tar/import-tar: support for POSIX ACLs (PAX format)
|
||||
- NetBSD: xattr support, #1332
|
||||
- mount: alternatively, work with high-level fuse library "mfusepy", which
|
||||
supports fuse 2 and 3, #9194. Try it with: pip install borg[mfusepy]
|
||||
- diff: --sort-by=field[,field,...], #8998
|
||||
- list --format: add "inode" placeholder
|
||||
- info: show cwd at the time of backup creation, #6191
|
||||
- improved tty-less progress reporting (--progress), #9055
|
||||
- BORG_MSGPACK_VERSION_CHECK=no to optionally disable the msgpack version
|
||||
check; default is "yes", use at your own risk, #9109.
|
||||
- diff: --sort-by=field[,field,...], #8998
|
||||
- completion: generate completion scripts for supported shells, #9172,
|
||||
uses shtab, supports bash and zsh.
|
||||
|
||||
|
|
@ -196,11 +198,10 @@ Fixes:
|
|||
|
||||
Other changes:
|
||||
|
||||
- support Python 3.14, msgpack 1.1.2, use Cython 3.1.4
|
||||
- support Python 3.14, msgpack 1.1.2, use Cython 3.2.3
|
||||
- require setuptools>=78.1.1, #9042
|
||||
- set_flags: remove compression flag support (did not work anyway)
|
||||
- "bsdflags" set_flags: remove compression flag support (did not work anyway)
|
||||
- Brewfile: use openssl@3
|
||||
- GitHub Actions: use korthout/backport-action
|
||||
- buzhash/buzhash64: initialise all-zero memory more efficiently
|
||||
- tests:
|
||||
|
||||
|
|
@ -244,7 +245,7 @@ Other changes:
|
|||
- add Arch Linux to the 'Installing from source' docs
|
||||
- add systemd-inhibit and examples, #8989
|
||||
- code/docs: fix typos and grammar
|
||||
- some fixes/update to the FAQ
|
||||
- some fixes/updates to the FAQ
|
||||
|
||||
|
||||
Version 2.0.0b19 (2025-07-02)
|
||||
|
|
|
|||
|
|
@ -11,5 +11,5 @@ pytest-xdist==3.7.0
|
|||
coverage[toml]==7.9.1
|
||||
pytest-cov==6.2.1
|
||||
pytest-benchmark==5.1.0
|
||||
Cython==3.1.4
|
||||
Cython==3.2.3
|
||||
pre-commit==4.2.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue