Update the NEWS.
authorWayne Davison <wayne@opencoder.net>
Wed, 20 Oct 2021 04:10:59 +0000 (21:10 -0700)
committerWayne Davison <wayne@opencoder.net>
Wed, 20 Oct 2021 04:10:59 +0000 (21:10 -0700)
NEWS.md

diff --git a/NEWS.md b/NEWS.md
index d244eba4c0fc855c474c01da015042aa6eb5a1a2..cfcad9f413ab46f457c2256534f17648fe689934 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
  - 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.