From b8b0668e85eb3b3350904068eb8d29d499d4e980 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Thu, 30 Jun 2005 17:18:30 +0000 Subject: [PATCH] Mention the EEXIST fix. --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.34.1