X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/fc990e81cb7cf425ab0c24753931ce868192441a..8fef0245283dadaa2d6b86096b13c78bfcae0b34:/NEWS diff --git a/NEWS b/NEWS index a5ce2542..e139a467 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,17 @@ 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. + 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.