Mention the fix that lets a push now override the partial-dir exclude.
authorWayne Davison <wayned@samba.org>
Wed, 18 Oct 2006 05:20:05 +0000 (05:20 +0000)
committerWayne Davison <wayned@samba.org>
Wed, 18 Oct 2006 05:20:05 +0000 (05:20 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 98c48c0..2363607 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -72,6 +72,11 @@ Changes since 2.6.8:
     - Fixed an infinite loop bug when a filter rule was rejected due to being
       overly long.
 
+    - When the server receives a --partial-dir option from the client, it no
+      longer runs the client-side code that adds an assumed filter rule (since
+      the client will be sending us the rules in the usual manner, and they
+      may have chosen to override the auto-added rule).
+
   ENHANCEMENTS:
 
     - Added the --log-file=FILE and --log-file-format=FORMAT options.  These