summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2006-10-18 05:20:05 +0000
committerWayne Davison <wayned@samba.org>2006-10-18 05:20:05 +0000
commitb4f0287197a1b6bca8b75b05d838fec4807756b3 (patch)
treea211e3b7d904231ac24c7c3a5052cff68c545094 /NEWS
parent8d6386809e771b4cc7045a4a7cb63b2e1abf43af (diff)
downloadrsync-b4f0287197a1b6bca8b75b05d838fec4807756b3.tar.gz
rsync-b4f0287197a1b6bca8b75b05d838fec4807756b3.tar.bz2
rsync-b4f0287197a1b6bca8b75b05d838fec4807756b3.zip
Mention the fix that lets a push now override the partial-dir exclude.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 98c48c06..23636078 100644
--- 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