From: Wayne Davison Date: Tue, 29 Jun 2004 15:13:18 +0000 (+0000) Subject: Mention the extended argv-overflow checking. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/78112d305b68d7f9f53d0953656fabff1fa218fa Mention the extended argv-overflow checking. --- diff --git a/NEWS b/NEWS index 8d3ea67f..6c66c341 100644 --- 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.