From: André Malo Date: Tue, 25 May 2004 00:14:36 +0000 (+0000) Subject: yab X-Git-Tag: 2.0.50~74 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=daafe3365b514c304e19425a181051af4404f297;p=thirdparty%2Fapache%2Fhttpd.git yab git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103752 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index ad736434c15..33ee51480f2 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2004/05/24 19:22:10 $] +Last modified at [$Date: 2004/05/25 00:14:36 $] Release: @@ -72,23 +72,27 @@ 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! ] + *) Allow LimitRequestBody to be reset to unlimited. PR 29106 + server/core.c: r1.279 + +1: nd + *) Fix a segfault when requests for shared memory fails and returns NULL. Fix a segfault caused by a lack of bounds checking on the cache. - modules/experimental/util_ldap_cache_mgr.c r1.16 + modules/experimental/util_ldap_cache_mgr.c r1.16 PR 24801 +1: minfrin, bnicholes, jim *) Throw an error message if an attempt is made to use the LDAPTrustedCA or LDAPTrustedCAType directives in a VirtualHost. - modules/experimental/util_ldap.c r1.29 + modules/experimental/util_ldap.c r1.29 PR 26390 [Brad Nicholes] +1: minfrin, bnicholes, jim *) Small fix to allow reverse proxying to an ftp server. Previously an attempt to do this would try and connect to 0.0.0.0, regardless of the server specified. - modules/proxy/proxy_ftp.c r1.143 + modules/proxy/proxy_ftp.c r1.143 PR 24922 [Pascal Terjan ] +1: minfrin