X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/ce0da32a9cf282f35ad47d4d52e6ddf0f212d7a5..470319d33b6e2330188a3fc1ff94484a31114d76:/NEWS diff --git a/NEWS b/NEWS index d6419e65..bb5a999b 100644 --- a/NEWS +++ b/NEWS @@ -37,6 +37,10 @@ Changes since 2.6.6: that are longer on the source than the destination (this includes new files). + - Added the --min-size=SIZE option. + + - Enhanced the parsing of the SIZE value for --min-size and --max-size. + - If lutimes() and/or lchmod() are around, use them to allow the preservation of attributes on symlinks. @@ -75,6 +79,9 @@ Changes since 2.6.6: - If io_printf() tries to format more data than fits in the buffer, exit with an error instead of transmitting a truncated buffer. + - If a va_copy macro is defined, lib/snprintf.c will use it when defining + the VA_COPY macro. + DEVELOPER RELATED: - Several diffs in the patches dir now use the proper --enable-FOO