From a27042b5214c7cc945c4473f9ca6e2a6322c5579 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Thu, 16 Mar 2006 03:18:16 +0000 Subject: [PATCH] Mention fix for stunnel-using rsync. --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.34.1