diff --git a/docs/changes.rst b/docs/changes.rst index a80b6e7f1a..1df2b13417 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -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)