X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/58665d23b425f697c5bb1ca99a411f1a9fd098b8..8113a033dd61d6cd0eb8b2b19de5d0be057a9421:/NEWS diff --git a/NEWS b/NEWS index 3ed0ee73..0dda36a5 100644 --- a/NEWS +++ b/NEWS @@ -18,6 +18,9 @@ Changes since version 2.5.6: corrupting data and falling back using the whole md4 checksums. (J.W. Schultz, Donovan Baarda) + * The --stats option no longer includes the (debug) malloc summary + unless the verbose option was specified at least twice. + BUG FIXES: * for protocol version >= 27, mdfour_tail() is called when the @@ -36,6 +39,12 @@ Changes since version 2.5.6: * Keep tmp names from overflowing MAXPATHLEN. + * Make --link-dest honor the absence of -p -o and -g. + + * Made rsync treat a trailing slash in the destination in a more + consistent manner. + + INTERNAL: * Eliminated vestigial support for old versions that we stopped