From: Wayne Davison Date: Tue, 21 Nov 2006 19:08:59 +0000 (+0000) Subject: Mention latest changes. X-Git-Tag: v3.0.0pre1~553 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0d0e41fd2f5e4777c87d199600d64007964a674;p=thirdparty%2Frsync.git Mention latest changes. --- diff --git a/NEWS b/NEWS index 6d4cef28..477ec237 100644 --- a/NEWS +++ b/NEWS @@ -11,6 +11,9 @@ Changes since 2.6.9: option. Prior versions used to output too many creation events for matching items. + - A negated filter rule now sends the negation option when sending the + filter rules. + ENHANCEMENTS: - You may specify --max-delete=0 to a 3.0.0 client as long as the @@ -27,6 +30,13 @@ Changes since 2.6.9: - Upgraded the included popt version to 1.10.2 and improved its use of string-handling functions. + - Added missing prototypes for compatibility functions from the lib dir. + + - Figure out if the iconv() function has a const arg to avoid a compiler + warning. + + - Improved the use of "const" on pointers. + DEVELOPER RELATED: - ...