From: André Malo Date: Sat, 10 Apr 2004 17:52:29 +0000 (+0000) Subject: propose a backport X-Git-Tag: 2.0.50~224 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19b6d020c0f2f91a6c6012767be7e9c37bfa26e2;p=thirdparty%2Fapache%2Fhttpd.git propose a backport git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103332 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 348c046118b..5bcf3e31fbd 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2004/04/10 14:03:51 $] +Last modified at [$Date: 2004/04/10 17:52:29 $] Release: @@ -72,6 +72,11 @@ PATCHES TO BACKPORT FROM 2.1 [ please place file names and revisions from HEAD here, so it is easy to identify exactly what the proposed changes are! ] + *) mod_log_config: Cleanup log_header_out function to allow multiple headers + like Set-Cookie to be logged properly. PR 27787 (2.0 + 1.3) + modules/loggers/mod_log_config.c: r1.116 + +1: nd + *) Fix a bunch of cases where the return code of the regex compiler was not checked properly. The 1.3-diff is here: http://www.apache.org/~nd/regex-return-1.3.diff (only core and