Two more items.
authorWayne Davison <wayned@samba.org>
Tue, 17 May 2005 15:08:05 +0000 (15:08 +0000)
committerWayne Davison <wayned@samba.org>
Tue, 17 May 2005 15:08:05 +0000 (15:08 +0000)
NEWS

diff --git a/NEWS b/NEWS
index b031a38..474b7be 100644 (file)
--- 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