From 18ea5dc0d7fa5893b1edd3602ab77f0b09272342 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Thu, 14 Oct 2004 17:11:28 +0000 Subject: [PATCH] Mention new option parsing. --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index 4897db3b..4f1ce4a2 100644 --- a/NEWS +++ b/NEWS @@ -18,6 +18,11 @@ Changes since 2.6.3: ENHANCEMENTS: + - The daemon-mode options were separated from the normal rsync options + so that they can't be mixed together. This makes it impossible for a + user to start a daemon that had improper default option values that + could cause problems (a hang or an exit) when a client connects. + - In _exit_cleanup(): when we are exiting with a partially-received file, we now flush any data in the write-cache before closing the partial file. -- 2.34.1