update CHANGES

This commit is contained in:
Thomas Waldmann 2025-08-02 11:17:06 +02:00
parent f327af11a6
commit 4905fd8bea
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01

View file

@ -144,7 +144,7 @@ Compatibility notes:
Change Log 2.x
==============
Version 2.0.0b19 (unreleased)
Version 2.0.0b19 (2025-07-02)
-----------------------------
Please note:
@ -161,6 +161,12 @@ Fixes:
also: when printing the path, use the already normalized item.path.
- import-tar: fix the dotslash issue, add test
New features:
- create --files-changed=MODE option, #8958.
control how borg detects whether a file has changed while it was backed up,
valid modes are ctime (default), mtime (2nd best) or disabled (not recommended).
Other changes:
- to_key_filename: raise length limit to 120, #8966.