summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2005-06-30 17:18:30 +0000
committerWayne Davison <wayned@samba.org>2005-06-30 17:18:30 +0000
commitb8b0668e85eb3b3350904068eb8d29d499d4e980 (patch)
tree6fe663ae11df6f7431562b54135082f036efd386
parent092906933b436426c5dddbda67feac28ab95519d (diff)
downloadrsync-b8b0668e85eb3b3350904068eb8d29d499d4e980.tar.gz
Mention the EEXIST fix.
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
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