From: Wayne Davison Date: Thu, 23 Feb 2006 20:17:09 +0000 (+0000) Subject: Mention latest fixes. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/06982ac43bda6892b92e5b67895a939e24dbc40f Mention latest fixes. --- diff --git a/NEWS b/NEWS index 94391bb9..8f8757c4 100644 --- a/NEWS +++ b/NEWS @@ -90,6 +90,11 @@ Changes since 2.6.6: also specified as a destination, rsync no longer generates a warning about being unable to create the missing directory. + - Fixed some problems with --relative --no-implied-dirs when the + destination directory did not yet exist: we can now create a symlink or + device when it is the first thing in the missing dir, and --fuzzy no + longer complains about being unable to open the missing dir. + - Got rid of the need for --force to be used in some circumstances with --delete-after (making it consistent with --delete-before/-during).