update CHANGES

This commit is contained in:
Thomas Waldmann 2026-01-28 15:01:41 +01:00
parent 33ee04fd3d
commit d75604b293
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01

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)