Răsfoiți Sursa

update CHANGES

Thomas Waldmann 3 zile în urmă
părinte
comite
4905fd8bea
1 a modificat fișierele cu 7 adăugiri și 1 ștergeri
  1. 7 1
      docs/changes.rst

+ 7 - 1
docs/changes.rst

@@ -144,7 +144,7 @@ Compatibility notes:
 Change Log 2.x
 Change Log 2.x
 ==============
 ==============
 
 
-Version 2.0.0b19 (unreleased)
+Version 2.0.0b19 (2025-07-02)
 -----------------------------
 -----------------------------
 
 
 Please note:
 Please note:
@@ -161,6 +161,12 @@ Fixes:
   also: when printing the path, use the already normalized item.path.
   also: when printing the path, use the already normalized item.path.
 - import-tar: fix the dotslash issue, add test
 - 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:
 Other changes:
 
 
 - to_key_filename: raise length limit to 120, #8966.
 - to_key_filename: raise length limit to 120, #8966.