From: Joe Orton Date: Tue, 28 Sep 2004 16:39:56 +0000 (+0000) Subject: Two PR fixes. X-Git-Tag: 2.0.53~253 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c61afa600f131354b4e53ddbac64b08a462ef21;p=thirdparty%2Fapache%2Fhttpd.git Two PR fixes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105319 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index e5b8f0bd646..c69bd052e40 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2004/09/28 16:20:10 $] +Last modified at [$Date: 2004/09/28 16:39:56 $] Release: @@ -75,6 +75,16 @@ 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! ] + *) apxs: fix handling of -Wc/-Wl and "-o mod_foo.so". + http://cvs.apache.org/viewcvs.cgi/httpd-2.0/support/apxs.in?r1=1.64&r2=1.62 + PR: 31448 + +1: jorton + + *) Fix ap_save_brigade's handling of ENOTIMPL setaside functions. + http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/util_filter.c?r1=1.100&r2=1.101 + PR: 31247 + +1: jorton + *) Fix mod_disk_cache race conditions in storing the response body. modules/experimental/mod_disk_cache.c: 1.61 +1: jerenkrantz, stoddard