Commit f96154f4 authored by Wayne Davison's avatar Wayne Davison

Mention the latest changes.

parent 45c5b903
......@@ -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, "").
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment