X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/2dc3db2a3e5d19f1d6197df054303aed6e2c3236..7de7b49f6cfa6182837c493d497f7509b7391ec4:/NEWS 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: - ...