X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/25ea348bd19f1b7b69d114fff72a7cb905db4b1b..7df0935a5124dbe1ce81f3b462645464bd17aa9d:/NEWS diff --git a/NEWS b/NEWS index 3dfd0dea..13cf800d 100644 --- a/NEWS +++ b/NEWS @@ -10,6 +10,10 @@ rsync 2.4.7 (sometime in 2001, maybe :) * Shell wildcards are allowed in "auth users" lines. + * Merged UNC rsync+ patch to support creation of standalone patch + sets. By Bert J. Dempsey and Debra Weiss, updated by Jos + Backus. + ENHANCEMENTS * Include/exclude cluestick: with -vv, print out whether files are @@ -50,6 +54,22 @@ rsync 2.4.7 (sometime in 2001, maybe :) * Give a non-0 exit code if *any* of the files we have been asked to transfer fail to transfer - * Fix --cvs-exclude sigsegv bug. + * Applied "simple nohang patch" from Wayne Davison. + + * For log messages containing ridiculously long strings that might + overflow a buffer rsync no longer aborts, but rather prints an + ellipsis at the end of the string. (Patch from Ed Santiago.) + + PLATFORMS: + + * Improved support for UNICOS (tested on Cray T3E and Cray SV1) + + * autoconf2.52 (or later) is now required to rebuild the autoconf + scripts. It is not required to simply build rsync. + + TESTING: + + * The existing test.sh script by Phil Hands has been merged into a + test framework that works from both "make check" and the Samba + build farm. - * Applied "simple nohang patch" from Wayne Davison. \ No newline at end of file