X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/d697314b42048356705cd7ad28e8e0030e2c309e..8fd30fc43c3a0482b32be33576a7c1b29b40ba9a:/NEWS diff --git a/NEWS b/NEWS index bb5a999b..30c413e5 100644 --- a/NEWS +++ b/NEWS @@ -37,7 +37,11 @@ Changes since 2.6.6: that are longer on the source than the destination (this includes new files). - - Added the --min-size=SIZE option. + - Added the --min-size=SIZE option to exclude small files from the + transfer. + + - Added the --compress-level option to allow you to set how aggressive + rsync's compression should be (the option implies --compress). - Enhanced the parsing of the SIZE value for --min-size and --max-size. @@ -82,6 +86,9 @@ Changes since 2.6.6: - If a va_copy macro is defined, lib/snprintf.c will use it when defining the VA_COPY macro. + - Reduced the amount of stack memory needed for each level of directory + recursion by nearly MAXPATHLEN bytes. + DEVELOPER RELATED: - Several diffs in the patches dir now use the proper --enable-FOO