Mentioned the addition of -ii.
authorWayne Davison <wayned@samba.org>
Fri, 20 Jan 2006 19:33:24 +0000 (19:33 +0000)
committerWayne Davison <wayned@samba.org>
Fri, 20 Jan 2006 19:33:24 +0000 (19:33 +0000)
NEWS

diff --git a/NEWS b/NEWS
index f747d6d..5816301 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -120,6 +120,12 @@ Changes since 2.6.6:
       trailing stars) to match both the dir itself as well as all the
       content below the dir (dir/** would not match the dir).
 
+    - If the --itemize-changes (-i) option is repeated, rsync now includes
+      unchanged files in the itemized output (similar to -vv, but without
+      all the other verbose messages that can get in the way).  Of course,
+      the client must be version 2.6.7 for this to work, but the remote
+      rsync only needs to be 2.6.7 if you're pushing files.
+
     - Some minor documentation improvements.
 
     - Updated some diffs in the patches dir.