X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/ef86d7473669c65984c2cfbed9de708ff0fa63d7..259c3e72b087eb7acd26819f565e51d914f45c19:/NEWS diff --git a/NEWS b/NEWS index c680c317..e84a1ace 100644 --- a/NEWS +++ b/NEWS @@ -23,3 +23,8 @@ rsync changes since last release * Fix --whole-file problem that caused it to be the default even for remote connections. (Martin Pool, Frank Schulz) + + * Work around bug in Mac OS X mkdir(2), which cannot handle + trailing slashes. + + (Martin Pool)