Got rid of --copy-dest references.
authorWayne Davison <wayned@samba.org>
Wed, 23 Feb 2005 02:07:09 +0000 (02:07 +0000)
committerWayne Davison <wayned@samba.org>
Wed, 23 Feb 2005 02:07:09 +0000 (02:07 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 16b614f..24cf7dd 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -108,12 +108,9 @@ Changes since 2.6.3:
       on the receiving side for the entire destination hierarchy.  The new
       algorithm only creates one directory of objects at a time.
 
-    - Added the --copy-dest option, which works like --link-dest except
-      that it includes copies of identical files.
-
-    - Added support for specifying multiple --compare-dest, --copy-dest, or
-      --link-dest options, but only of a single type. (Promoted from the
-      patches dir and enhanced.)
+    - Added support for specifying multiple --compare-dest or --link-dest
+      options, but only of a single type. (Promoted from the patches dir
+      and enhanced.)
 
     - Added the --max-size option. (Promoted from the patches dir.)
 
@@ -134,9 +131,8 @@ Changes since 2.6.3:
       file, we now flush any data in the write-cache before closing the
       partial file.
 
-    - The --inplace support was enhanced to work with --compare-dest,
-      --link-dest, and (the new) --copy-dest options. (Requires protocol
-      29.)
+    - The --inplace support was enhanced to work with --compare-dest and
+      --link-dest. (Requires protocol 29.)
 
     - Added the --dirs (-d) option for an easier way to copy directories
       without recursion.