Browse Source

update CHANGES

Thomas Waldmann 2 days ago
parent
commit
4905fd8bea
1 changed files with 7 additions and 1 deletions
  1. 7 1
      docs/changes.rst

+ 7 - 1
docs/changes.rst

@@ -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.