From: Wayne Davison Date: Sat, 11 Mar 2006 17:59:37 +0000 (+0000) Subject: Mention solo-dir fix for a dir without S_IWUSR. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/1ef7913497eec94ee642b8fb3ecf6498cc407c9f Mention solo-dir fix for a dir without S_IWUSR. --- 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.