Got rid of the check_for_io_err code, as it could cause a hang.
[rsync.git] / NEWS
diff --git a/NEWS b/NEWS
index 1808f1514e1f669729bd2af72e0b89326b760298..d7e20ae2f817834084a6b04de780f8d08853b1b0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -34,9 +34,6 @@ Changes since 3.0.3:
     - When using --iconv, if a server-side receiver can't convert a filename,
       it now outputs the name back to the client without mangling the charset.
 
-    - Fixed a bug where --delete-during could delete in a directory before it
-      noticed that the sending side sent an I/O error for that directory.
-
     - Fixed a potential alignment issue in the IRIX ACL code when allocating
       the initial "struct acl" object.  Also, cast mallocs to avoid warnings.