Mention the improved trailing-slash-in-destination handling.
[rsync/rsync.git] / NEWS
diff --git a/NEWS b/NEWS
index 6e26e22..0dda36a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,9 @@ Changes since version 2.5.6:
       corrupting data and falling back using the whole md4
       checksums. (J.W. Schultz, Donovan Baarda)
 
+    * The --stats option no longer includes the (debug) malloc summary
+      unless the verbose option was specified at least twice.
+
   BUG FIXES:
 
     * for protocol version >= 27, mdfour_tail() is called when the
@@ -38,6 +41,9 @@ Changes since version 2.5.6:
 
     * Make --link-dest honor the absence of -p -o and -g.
 
+    * Made rsync treat a trailing slash in the destination in a more
+      consistent manner.
+
 
   INTERNAL: