Add --link-dest option from J.W. Schultz.
[rsync/rsync.git] / NEWS
diff --git a/NEWS b/NEWS
index d0f34e3..fe1e75f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,13 @@ rsync changes since last release
     * The rsync:// syntax for daemon connections is now accepted in the
       destination field.
 
+    * If the file name given to --include-from or --exclude-from is "-",
+      rsync will read from standard input. (J.W. Schultz)
+
+    * New option --link-dest which is like --compare-dest except that
+      unchanged files are hard-linked in to the destination directory.
+      (J.W. Schultz)
+
   BUG FIXES:
   
     * Fix "forward name lookup failed" errors on AIX 4.3.3.  (John