X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/1c598b1db816e215c6e1a23b218afb8820c21db0..f171bf5b8f9a4c7e77b1c0179e0fa9e2fb302f12:/NEWS diff --git a/NEWS b/NEWS index f1ff5464..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: @@ -109,6 +110,10 @@ Changes since 2.6.6: 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.