Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 31 additions & 2 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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)
Expand Down
Loading