From: Wayne Davison Date: Tue, 1 Nov 2005 20:13:20 +0000 (+0000) Subject: Mention lower stack requiements for recursion. X-Git-Tag: v2.6.7pre1~346 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1b04fcdd482451f149d3511baf909553d26cd3b;p=thirdparty%2Frsync.git Mention lower stack requiements for recursion. --- diff --git a/NEWS b/NEWS index 8b423d4b..30c413e5 100644 --- a/NEWS +++ b/NEWS @@ -86,6 +86,9 @@ Changes since 2.6.6: - If a va_copy macro is defined, lib/snprintf.c will use it when defining the VA_COPY macro. + - Reduced the amount of stack memory needed for each level of directory + recursion by nearly MAXPATHLEN bytes. + DEVELOPER RELATED: - Several diffs in the patches dir now use the proper --enable-FOO