From: Wayne Davison Date: Tue, 17 May 2005 15:08:05 +0000 (+0000) Subject: Two more items. X-Git-Tag: v2.6.5pre2~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49221755892f25fa5314bd109a61cbbbd4323adb;p=thirdparty%2Frsync.git Two more items. --- diff --git a/NEWS b/NEWS index b031a381..474b7bed 100644 --- a/NEWS +++ b/NEWS @@ -81,10 +81,17 @@ Changes since 2.6.4: the buffers in readfd_unbuffered() to be too small to receive normal messages. (This mainly affected Cygwin.) + - If a source filename ends with "..", treat it as if "../" had been + specified (so that we don't copy files to the parent dir of the + destination). + - If --delete is combined with a file-listing rsync command (i.e. no transfer is happening), avoid outputting a warning that we couldn't delete anything. + - If --stats is specified with --delete-after, ensure that all the + "deleting" messages are output before the statistics. + ENHANCEMENTS: - Added the --only-write-batch=FILE option that may be used (instead