Split out generic functions for starting rsyncd.
[rsync/rsync.git] / NEWS
diff --git a/NEWS b/NEWS
index a5ce254..e139a46 100644 (file)
--- 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.  <http://www.ils.unc.edu/i2dsi/unc_rsync+.html>
+
   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.