X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/1c598b1db816e215c6e1a23b218afb8820c21db0..1ef7913497eec94ee642b8fb3ecf6498cc407c9f:/NEWS diff --git a/NEWS b/NEWS index f1ff5464..3a1d9523 100644 --- a/NEWS +++ b/NEWS @@ -109,6 +109,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.