Mention the latest changes.
authorWayne Davison <wayned@samba.org>
Sat, 9 Apr 2005 18:15:22 +0000 (18:15 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 9 Apr 2005 18:15:22 +0000 (18:15 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 4abf266..e8124d7 100644 (file)
--- 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, "").