X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/40564811ee6c9c67bb3a0852ff2f031ed6d879c3..25bd99451c2620e2c3b50a7d2043774b43c93aaa:/NEWS 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.