From: Wayne Davison Date: Wed, 25 May 2005 15:52:03 +0000 (+0000) Subject: Mention the latest bug-fix. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/962a3f0b6e78a6d0bd3a3fc5fb391bcd4cbf6aca Mention the latest bug-fix. --- diff --git a/NEWS b/NEWS index 21b2783a..e440c441 100644 --- a/NEWS +++ b/NEWS @@ -76,6 +76,11 @@ Changes since 2.6.4: --relative (-R) was combined with a source path that had a trailing slash. + - Fixed a case where rsync would erroneously delete some files and then + re-transfer them when the options --relative (-R) and --recursive + (-r) were both enabled (along with --delete) and a source path had a + trailing slash. + - Make sure that --max-size doesn't affect a device or a symlink. - Make sure that a system with a really small MAXPATHLEN does not cause