From 81f654e39682af89c47d5a525058151366e90adc Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Mon, 20 Feb 2006 18:03:55 +0000 Subject: [PATCH] Mention a couple more bug fixes. --- NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/NEWS b/NEWS index 01073baa..abfd0544 100644 --- a/NEWS +++ b/NEWS @@ -215,6 +215,14 @@ Changes since 2.6.6: removing the sent files on the sending side (older versions tended to clump up all the removals at the end). + - A daemon now supersedes its minimal SIGCHLD handler with the standard + PID-remembering version after forking to handle the request. This + ensures that the generator can get the child-exit status from the + receiver. + + - Use of the --bwlimit option no longer interferes with the remote rsync + sending error messages about invalid/refused options. + - Various documentation improvements, including: a better synopsis, some improved examples, a better discussion of the presence and absence of --perms (including how it interacts with the new --executability and -- 2.34.1