In two places: needed to use protocol_version, not PROTOCOL_VERSION.
[rsync/rsync.git] / NEWS
diff --git a/NEWS b/NEWS
index 254270e..c53bc56 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -51,6 +51,9 @@ Changes since 2.6.0:
     * Reduced memory requirements of hard link preservation.
       (J.W. Schultz)
 
+    * Implemented a new algorithm for hard-link handling that speeds
+      up the code significantly.  (J.W. Schultz and Wayne Davison)
+
     * Got rid of support for protocol versions 17 and 18 (which are
       both over 6 years old).  (Wayne Davison)
 
@@ -62,6 +65,13 @@ Changes since 2.6.0:
 
     * Less memory used per-file in the file list.
 
+    * The 2 pipes used between the receiver and generator processes
+      (which are forked on the same machine) were reduced to 1 pipe and
+      the protocol improved so that (1) it is now impossible to have the
+      "redo" pipe fill up and hang rsync, and (2) trailing messages from
+      the receiver don't get lost on their way to through generator over
+      to the sender.  (Wayne Davison)
+
 \f
 NEWS for rsync 2.6.0 (1 Jan 2004)
 Protocol: 27 (changed)