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-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/2c2898a38861329d22c273e3cc90c2c327aa4fbe 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.