From: Wayne Davison Date: Mon, 21 Dec 2009 18:25:15 +0000 (-0800) Subject: Mention latest --timeout fixes. X-Git-Tag: v3.0.7pre1~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96486cc5340500590514b6922d32cb69145500f9;p=thirdparty%2Frsync.git Mention latest --timeout fixes. --- diff --git a/NEWS b/NEWS index a6cc1a4e..4aa0d736 100644 --- a/NEWS +++ b/NEWS @@ -21,8 +21,10 @@ Changes since 3.0.6: - Improved the "--delete does not work without -r or -d" message. - - Tweaked the sending of NOOP messages (which try to prevent a timeout) to - work with older protocols (supporting rsync 2.6.3 and older). + - Improved rsync's handling of --timeout to avoid weird timeout cases and + to make keep-alive messages work even with older (pre-2.6.4) rsyncs (by + discovering a workable keep-alive signal that can be used with rsyncs + that don't support explicit keep-alive messages). - Some misc manpage improvements.