Merge pull request #9275 from ThomasWaldmann/update-changes-master

update CHANGES
This commit is contained in:
TW 2026-01-29 17:15:47 +01:00 committed by GitHub
commit d6b7a722f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -144,8 +144,8 @@ Compatibility notes:
Change Log 2.x
==============
Version 2.0.0b20 (2025-12-24)
-----------------------------
Version 2.0.0b21 (not released yet)
-----------------------------------
Please note:
@ -156,6 +156,35 @@ above.
New features:
- ...
Fixes:
- fix file: URL parsing for windows
- Linux: /abs/path -> file:///abs/path
- Windows: c:/abs/path -> file:///c:/abs/path
Other changes:
- mount: warn about symlinks pointing outside of the mountpoint, #9254
- Version: do not access private attributes, #9263
- tests / CI:
- fix and re-enable Windows CI (some tests are skipped on Windows)
- CI: faster with borg-dir/borg.exe, #9236
- fix mismatch in xattr test, #9238
- docs:
- fix S3 url description, #9249
- add a note that you need to install boto3 if you want to use S3/B2 URLs
Version 2.0.0b20 (2025-12-24)
-----------------------------
New features:
- fat binary builds on GitHub (see assets on the GitHub releases page):
- for Linux with glibc 2.35+ (Intel/AMD and ARM64)