mirror of
https://github.com/borgbackup/borg.git
synced 2026-04-15 21:59:58 -04:00
update CHANGES
This commit is contained in:
parent
f327af11a6
commit
4905fd8bea
1 changed files with 7 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue