From: Wayne Davison Date: Tue, 29 Jun 2004 15:13:18 +0000 (+0000) Subject: Mention the extended argv-overflow checking. X-Git-Tag: v2.6.3pre1~170 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78112d305b68d7f9f53d0953656fabff1fa218fa;p=thirdparty%2Frsync.git 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.