Mentioned the latest enhancements.
[rsync/rsync.git] / NEWS
diff --git a/NEWS b/NEWS
index b75625c..58d6802 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -13,7 +13,10 @@ Changes since 2.6.3:
 
     - An OS that has a binary mode for its files (such as cygwin0 needed
       setmode(fd, O_BINARY) called on the temp-file we opened with
-      mkstemp().
+      mkstemp().  (Fix picked up from the cygwin package.)
+
+    - Fixed a potential hang when verbosity is high, the client side is
+      the sender, and the file-list is large.
 
     - We now check if the OS doesn't support using mknod() for creating
       FIFOs and sockets, and compile-in using mkfifo() and socket() when
@@ -30,6 +33,15 @@ Changes since 2.6.3:
 
     - Added the --max-size option (promoted from the patches dir).
 
+    - Added the "port" parameter to the rsyncd.conf file (promoted from the
+      patches dir).
+
+    - Added the --copy-dest option, which works like --link-dest except
+      that it copies identical files.
+
+    - Added support for multiple --*-dest options (promoted from the
+      patches dir).
+
     - The daemon-mode options were separated from the normal rsync options
       so that they can't be mixed together.  This makes it impossible for a
       user to start a daemon that had improper default option values that