X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/16d3b31b2c0f646c4c320703f0d45353b0622b76..38a4b9c2974e24386819a27c3f6562f92d27041e:/NEWS diff --git a/NEWS b/NEWS index 3b3c1629..7886f06f 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,5 @@ -NEWS for rsync 2.6.7 (UNRELEASED) +NEWS for rsync 2.6.7 (11 Mar 2006) + Protocol: 29 (unchanged) Changes since 2.6.6: @@ -104,9 +105,21 @@ 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. + + - If we're transferring an empty directory to a new name, rsync no longer + forces S_IWUSR if it wasn't already set, nor does it accidentally leave + it set. + - Fixed a bug in the debug output (-vvvvv) that could mention the wrong checksum for the current file offset. + - Rsync no longer allows a single directory to be copied over a non- + directory destination arg. + ENHANCEMENTS: - Added the --append option that makes rsync append data onto files that