Added RERR_VANISHED.
[rsync/rsync.git] / NEWS
diff --git a/NEWS b/NEWS
index 317157a..f7d1d10 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
-NEWS for rsync version 2.5.7
+NEWS for rsync version 2.5.8
 Protocol: 27 (changed)
-Changes since version 2.5.6:
+Changes since version 2.5.7:
 
   ENHANCEMENTS:
 
@@ -92,6 +92,10 @@ Changes since version 2.5.6:
       same path.  A directory still cannot be replaced by a
       regular file unless --delete specified.  (J.W. Schultz)
 
+    * Detect and report when open or opendir succeed but read and
+      readdir fail caused by network filesystems issues and truncated
+      files.  (David Norwood, Michael Brown, J.W. Schultz)
+
   INTERNAL:
 
     * Eliminated vestigial support for old versions that we stopped
@@ -109,6 +113,16 @@ Changes since version 2.5.6:
       (Wayne Davison)
 
 
+NEWS for rsync version 2.5.7:
+Protocol: 26 (unchanged)
+Changes since version 2.5.6:
+
+  SECURITY:
+
+    * Fix buffer handling bugs.  (Andrew Tridgell, Martin Pool, Paul
+      Russell, Andrea Barisani)
+
+
 NEWS for rsync version 2.5.6, aka the dwd-between-jobs release
 Protocol: 26 (unchanged)
 Changes since version 2.5.5: