From: Wayne Davison Date: Fri, 21 May 2004 09:29:17 +0000 (+0000) Subject: Document a couple more changes. X-Git-Tag: v2.6.3pre1~251 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b03bded70b155676de79b68e477c20ecb1377d8a;p=platform%2Fupstream%2Frsync.git Document a couple more changes. --- diff --git a/NEWS b/NEWS index e8f9b34..10aa70d 100644 --- a/NEWS +++ b/NEWS @@ -25,6 +25,12 @@ Changes since 2.6.2: items are now excluded from being uploaded (if the module is not read-only) as well as downloaded. + - When using --backup without a --backup-dir, rsync no longer preserves + the modify time on directories. This avoids confusing NFS. + + - Fixed a bug in the daemon authentication code when using one of the + batch-processing options. + ENHANCEMENTS: - Added the "write only" option to the daemon's config file.