From f96154f44c21b15df5fdb222deeb8bf402ee7ab1 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sat, 9 Apr 2005 18:15:22 +0000 Subject: [PATCH] Mention the latest changes. --- NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/NEWS b/NEWS index 4abf266c..e8124d79 100644 --- a/NEWS +++ b/NEWS @@ -31,6 +31,14 @@ Changes since 2.6.4: characters rather than '?'s. Any non-printable character is output using octal (e.g. "\n" -> "\012"), and backslash is output as "\\". + - Improved the auth-errors that are logged for the daemon to include + some information on why the authorization failed (wrong user, + password mismatch, etc.). + + - Improved the client's handling of an "@ERROR" from a daemon so that + it does not complain about an unexpectedly closed socket (since we + really did expect the socket to close). + INTERNAL: - Rsync now calls setlocale(LC_CTYPE, ""). -- 2.34.1