mirror of
https://github.com/borgbackup/borg.git
synced 2026-04-22 14:49:03 -04:00
Merge pull request #9496 from ThomasWaldmann/update-changes-1.4
Some checks are pending
CI / lint (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
CodeQL / Analyze (push) Waiting to run
Windows CI / msys2-ucrt64 (push) Waiting to run
Some checks are pending
CI / lint (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
CodeQL / Analyze (push) Waiting to run
Windows CI / msys2-ucrt64 (push) Waiting to run
update CHANGES (1.4)
This commit is contained in:
commit
1fbbbe3da2
1 changed files with 11 additions and 1 deletions
|
|
@ -423,25 +423,35 @@ above.
|
|||
New features:
|
||||
|
||||
- prune: added -v / --info output, #9262
|
||||
- mount: warn about symlinks pointing outside of the mountpoint, #9254
|
||||
- mount: warn about symlinks pointing outside of the mountpoint, #9254
|
||||
- create/info: remember/show cwd at the time of backup creation, #6191
|
||||
|
||||
Fixes:
|
||||
|
||||
- hashindex_size: return int64_t, #9423
|
||||
- compress: make Padme size obfuscation usable ("obfuscate,250,...")
|
||||
|
||||
Other changes:
|
||||
|
||||
- pyinstaller binary: do not exclude ssl, needed for pyfuse3/trio, #9196
|
||||
- mount: fuse fs performance improvement
|
||||
- hashindex: fixed iteritems segfaulting with non-existent marker, #9368.
|
||||
Never happened in borg, because borg always gives existing markers to iteritems.
|
||||
- CI / tests:
|
||||
|
||||
- build linux binaries with pyfuse3
|
||||
- use macos-15 to build the binaries
|
||||
- tox: use pytest -n auto by default to speed up tests
|
||||
- scripts/linux-run: run commands (e.g. tox) in a podman linux container
|
||||
- fix race condition in test_with_lock, #8810
|
||||
- fix spurious sparse test fail on win32, #7616
|
||||
- cygwin: skip ~root base dir test
|
||||
- fix coverage collection for daemonized borg mount, #9448
|
||||
- docs:
|
||||
- consolidate key backup info in "borg key export" help, #6204
|
||||
- fix typos found by codespell
|
||||
- update binary readme
|
||||
- github: enhance pull request template
|
||||
|
||||
|
||||
Version 1.4.3 (2025-12-02)
|
||||
|
|
|
|||
Loading…
Reference in a new issue