From: Wayne Davison Date: Thu, 16 Mar 2006 03:18:16 +0000 (+0000) Subject: Mention fix for stunnel-using rsync. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/a27042b5214c7cc945c4473f9ca6e2a6322c5579 Mention fix for stunnel-using rsync. --- diff --git a/NEWS b/NEWS index e2013241..69ed838b 100644 --- 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