From: Wayne Davison Date: Sat, 12 Jun 2004 18:27:04 +0000 (+0000) Subject: Mention the bugfix in option-parsing error-reporting from a daemon. X-Git-Tag: v2.6.3pre1~194 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c2898a38861329d22c273e3cc90c2c327aa4fbe;p=thirdparty%2Frsync.git Mention the bugfix in option-parsing error-reporting from a daemon. --- diff --git a/NEWS b/NEWS index 1f21b7a3..43f41455 100644 --- a/NEWS +++ b/NEWS @@ -37,6 +37,10 @@ Changes since 2.6.2: for a symlink that has no referent instead of claiming that a file "vanished". + - Error messages from the daemon server's option-parsing (such as + refused options) now get sent back to the client (the server used + to just exit). + - Fixed a bug in the daemon authentication code when using one of the batch-processing options.