X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/6902ed178ba54c8e1c410519f7ee576ddb42554c..8642efd0d6bb172c5fed17d545afa615148cfe6b:/NEWS diff --git a/NEWS b/NEWS index c9a4c71d..e139a467 100644 --- a/NEWS +++ b/NEWS @@ -54,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.