Mention the extended argv-overflow checking.
authorWayne Davison <wayned@samba.org>
Tue, 29 Jun 2004 15:13:18 +0000 (15:13 +0000)
committerWayne Davison <wayned@samba.org>
Tue, 29 Jun 2004 15:13:18 +0000 (15:13 +0000)
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.