summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2021-10-19 21:10:59 -0700
committerWayne Davison <wayne@opencoder.net>2021-10-19 21:10:59 -0700
commitbe3d6c0fbbd07781bbae6261cda109f8f08c031b (patch)
treeb883388a0736717049f684773396c6522f0b043b /NEWS.md
parent7956070f2bf8a368d702021082b2621f89477fb7 (diff)
downloadrsync-be3d6c0fbbd07781bbae6261cda109f8f08c031b.tar.gz
Update the NEWS.
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index d244eba4..cfcad9f4 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -51,12 +51,21 @@
- Reduced memory usage for an incremental transfer that has a bunch of small
diretories.
+ - The rsync daemon can now handle a client address with an implied "%scope"
+ suffix.
+
- Added support for `--atimes` on macOS and fixed using using it without -t.
- Rsync can now update the xattrs on a read-only file when your user can
temporarily add user-write permission to the file. (It always worked for a
root transfer.)
+ - Rsync can now work around an `--inplace` update of a file that is being
+ refused due to the Linux fs.protected_regular sysctl setting.
+
+ - When `--chown`, `--usermap`, or `--groupmap` is used, rsync now implies
+ the appropriate `--owner` and/or `--group` option.
+
- More ASM optimizations from Shark64.
- Make rrsync handle the latest options.