Note IPv6 and nohang patches.
authorMartin Pool <mbp@samba.org>
Sat, 24 Nov 2001 05:13:12 +0000 (05:13 +0000)
committerMartin Pool <mbp@samba.org>
Sat, 24 Nov 2001 05:13:12 +0000 (05:13 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 13cf800..dbd272f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,8 @@ rsync 2.4.7 (sometime in 2001, maybe :)
       sets.  By Bert J. Dempsey and Debra Weiss, updated by Jos
       Backus.  <http://www.ils.unc.edu/i2dsi/unc_rsync+.html>
 
+    * Merged IPv6 patch from KAME.net.  
+
   ENHANCEMENTS
 
     * Include/exclude cluestick: with -vv, print out whether files are
@@ -47,6 +49,8 @@ rsync 2.4.7 (sometime in 2001, maybe :)
 
   BUG FIXES:
 
+    * Fix for various bugs causing rsync to hang.
+
     * Attempt to fix Large File Summit support on AIX.
 
     * Attempt to fix error handling lockup bug.
@@ -54,8 +58,6 @@ 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 
 
-    * 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.)