Mention fix for stunnel-using rsync.
authorWayne Davison <wayned@samba.org>
Thu, 16 Mar 2006 03:18:16 +0000 (03:18 +0000)
committerWayne Davison <wayned@samba.org>
Thu, 16 Mar 2006 03:18:16 +0000 (03:18 +0000)
NEWS

diff --git a/NEWS b/NEWS
index e201324..69ed838 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,11 @@ Changes since 2.6.7:
       wildcards fails to match an absolute source arg, but only when --relative
       is in effect.
 
+    - Improved the I/O code for the generator to fix a potential hang when the
+      receiver gets an EOF on the socket but the generator's select() call
+      never indicates that the socket is writable for it to be notified about
+      the EOF.  (This can happen when using stunnel).
+
   ENHANCEMENTS:
 
     - The support/rsyncstats script has an improved line-parsing regex that is