From 442743b83c2a8a959c37be8e89b320f744074e7c Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Thu, 15 Jan 2004 07:51:37 +0000 Subject: [PATCH] Improved receiver/generator communications. --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS b/NEWS index e2713166..c53bc561 100644 --- a/NEWS +++ b/NEWS @@ -65,6 +65,13 @@ Changes since 2.6.0: * Less memory used per-file in the file list. + * The 2 pipes used between the receiver and generator processes + (which are forked on the same machine) were reduced to 1 pipe and + the protocol improved so that (1) it is now impossible to have the + "redo" pipe fill up and hang rsync, and (2) trailing messages from + the receiver don't get lost on their way to through generator over + to the sender. (Wayne Davison) + NEWS for rsync 2.6.0 (1 Jan 2004) Protocol: 27 (changed) -- 2.34.1