From: Wayne Davison Date: Thu, 19 Jan 2006 19:05:49 +0000 (+0000) Subject: Another bugfix. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/2a59d2cc3178eef8b3b1f41867889b4dee763f24 Another bugfix. --- diff --git a/NEWS b/NEWS index 69e61434..8de07a21 100644 --- a/NEWS +++ b/NEWS @@ -46,6 +46,10 @@ Changes since 2.6.6: - If --relative is active, simply trim off trailing slashes and dot dirs. Also, reject a ".." dir if it would be sent as a relative dir. + - If a non-directory is in the way of a directory and rsync is run with + --dry-run and --delete, rsync no longer complains about not being + able to opendir() the not-yet present directory. + ENHANCEMENTS: - Added the --append option that makes rsync append data onto files