Mention latest --timeout fixes.
authorWayne Davison <wayned@samba.org>
Mon, 21 Dec 2009 18:25:15 +0000 (10:25 -0800)
committerWayne Davison <wayned@samba.org>
Mon, 21 Dec 2009 18:25:15 +0000 (10:25 -0800)
NEWS

diff --git a/NEWS b/NEWS
index a6cc1a4ee8fd5bba57a12a578332d6255b519eb2..4aa0d7363738ac1a13d904aa2511f5820ec6fda9 100644 (file)
--- 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.