From: Wayne Davison Date: Thu, 15 Apr 2004 18:23:52 +0000 (+0000) Subject: Mention exclude improvements. X-Git-Tag: v2.6.1pre2~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3e550303722ab2c8aa2b7b03aa36de5700bce6a0;p=thirdparty%2Frsync.git Mention exclude improvements. --- diff --git a/NEWS b/NEWS index 59534a26..661d58b3 100644 --- a/NEWS +++ b/NEWS @@ -168,3 +168,6 @@ Changes since 2.6.0: their 32-bit brethren. Note that optimizations in the binary protocol often sends the device data using fewer bytes than before, even though more precision is now available. + + * Some cleanup of the exclude/include structures and its code + made things clearer, simpler, and more efficient.