Mention the latest bug-fix.
[rsync/rsync.git] / NEWS
diff --git a/NEWS b/NEWS
index 4897db3..a627328 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -16,8 +16,15 @@ Changes since 2.6.3:
       FIFOs and sockets, and compile-in using mkfifo() and socket() when
       necessary.
 
+    - Fixed an off-by-one error in the handling of --max-delete=N.
+
   ENHANCEMENTS:
 
+    - 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
+      could cause problems (a hang or an exit) when a client connects.
+
     - In _exit_cleanup(): when we are exiting with a partially-received
       file, we now flush any data in the write-cache before closing the
       partial file.