X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/7c329ec72c3ac92b10970fd0eb0573bd2af920de..fa65989a8b838c2e5a1b5216abed06015d9a6105:/NEWS 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