]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
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 e20132417d1a5d705f1626c3938f3756e6a916be..69ed838baf82d481cee538f8299b305e8ed34d40 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