From: Wayne Davison Date: Thu, 30 Jun 2005 17:18:30 +0000 (+0000) Subject: Mention the EEXIST fix. X-Git-Tag: v2.6.6pre1~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8b0668e85eb3b3350904068eb8d29d499d4e980;p=thirdparty%2Frsync.git Mention the EEXIST fix. --- diff --git a/NEWS b/NEWS index 33c82313..c9db11ad 100644 --- a/NEWS +++ b/NEWS @@ -22,6 +22,12 @@ Changes since 2.6.5: - A couple places that were comparing a local and a remote modification- time were not honoring the --modify-window option. + - Fixed a really old, minor bug that could cause rsync to warn about being + unable to mkdir() a path that ends in "/." because it just created the + directory (required --relative, --no-implied-dirs, a source path that + ended in either a trailing slash or a trailing "/.", and a non-existing + destination dir to tickle the bug in a recent version). + ENHANCEMENTS: - Made the "max verbosity" setting in the rsyncd.conf file settable on a