X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/fc990e81cb7cf425ab0c24753931ce868192441a..b52c1d9d3aec51afbc9d1c5561d2b70d8bcecf54:/NEWS diff --git a/NEWS b/NEWS index a5ce2542..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,8 +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. - * Update to work with autoconf2.50 and 2.13. + * 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. +