If the daemon is unable to fork a child to accept a connection, print
[rsync/rsync.git] / NEWS
diff --git a/NEWS b/NEWS
index ee00289..3457da1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -30,4 +30,7 @@ rsync 2.5.3 (not released yet)
     * Added --no-whole-file and --no-blocking-io options (Dave Dykstra)
 
     * Made the --write-batch and --read-batch options actually work
-       and added documentation in the man page (Jos Backus)
+      and added documentation in the man page (Jos Backus)
+
+    * If the daemon is unable to fork a child to accept a connection,
+      print an error message.  (Colin Walters)