Got rid of the disable_deltas_p() function (the whole_file value
[rsync/rsync.git] / NEWS
diff --git a/NEWS b/NEWS
index 8d3ea67..6c66c34 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -85,6 +85,9 @@ Changes since 2.6.2:
     - Some cleanup in the exclude code has saved some per-exclude memory
       and made the code easier to maintain.
 
+    - Improved the argv-overflow checking for a remote command that has
+      a lot of args.
+
     - Use rsyserr() in the various places that were still calling
       rprintf() with strerror() as an arg.