Improve handling of MSG_IO_ERROR message.
[rsync/rsync.git] / NEWS
diff --git a/NEWS b/NEWS
index 3c53834..d707a40 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -30,10 +30,6 @@ Changes since 3.0.4:
 
   BUG FIXES:
 
-    - Fixed a bug in incremental recursion transfers where an I/O error might
-      not get noticed in time for the receiving side to disable deletions
-      (requires protocol 31).
-
     - Changed the way --progress overwrites its prior output in order to make
       it nearly impossible for the progress to get overwritten by an error.
 
@@ -43,6 +39,11 @@ Changes since 3.0.4:
     - Fixed some rare bugs in --iconv processing that might cause a multibyte
       character to get translated incorrectly.
 
+    - Improved abnormal-exit error messages.  This should help the client side
+      to receive errors from the server when it is exiting abnormally, and
+      should also avoid dying with an "connection unexpectedly closed" exit
+      when the closed connection is really expected.
+
   ENHANCEMENTS:
 
     - Added the --remote-option=OPT (-M OPT) command-line option that is useful