Commit 1c598b1d authored by Wayne Davison's avatar Wayne Davison

Mention fix for Proxy-Authorization header.

parent 6854bf69
......@@ -104,6 +104,11 @@ Changes since 2.6.6:
- Rsync now ignores the SIGXFSZ signal, just in case your OS sends this
when a file is too large (rsync handles the write error).
- Fixed a bug in the Proxy-Authorization header's base64-encoded value: it
was not properly padded with trailing '=' chars. This only affects a
user that need to use a password-authenticated proxy for an outgoing
daemon-rsync connection.
- Fixed a bug in the debug output (-vvvvv) that could mention the wrong
checksum for the current file offset.
......
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