Mention the protocol change for --delete-excluded.
authorWayne Davison <wayned@samba.org>
Sat, 12 Feb 2005 19:52:40 +0000 (19:52 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 12 Feb 2005 19:52:40 +0000 (19:52 +0000)
NEWS

diff --git a/NEWS b/NEWS
index dc7a6a7..62e9c63 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -234,6 +234,13 @@ Changes since 2.6.3:
       build the file-list, and one for how long it took to send it over the
       wire (each expressed in thousandths of a second).
 
+    - When --delete-excluded is specified with some filter rules (AKA
+      excludes), a client sender will still initiate a send of the filter
+      rules to the receiver, but it only includes those rules that are
+      receiver-specific.  Older protocols used to omit the sending of
+      excludes in this situation (since there were no receiver-specific
+      rules that survived --delete-excluded back then).
+
     - A protocol-29 batch file includes a bit for the setting of the --dirs
       option.  Also, the shell script created by --write-batch will use the
       --filter option instead of --exclude-from to capture any filter rules.