From: Graham Leggett Date: Sun, 3 Oct 2004 16:47:56 +0000 (+0000) Subject: Propose a backport. X-Git-Tag: 2.0.53~238 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38785ad63683a896252abc6e978ed2c2db019421;p=thirdparty%2Fapache%2Fhttpd.git Propose a backport. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105376 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 21d46aa8959..86a22e952e3 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2004/10/03 16:26:07 $] +Last modified at [$Date: 2004/10/03 16:47:56 $] Release: @@ -75,29 +75,35 @@ 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_ldap: fix a bogus error message to tell the user which file + is causing a potential problem with the LDAP shared memory cache. + modules/ldap/util_ldap.c: 1.14 + PR 31431 + +1: minfrin + *) mod_ldap: prevent the possiblity of an infinite loop in the LDAP statistics display. - modules/ldap/util_ldap_cache_mgr.c: 1.11 + modules/ldap/util_ldap_cache_mgr.c: 1.11 PR 29216 +1: minfrin *) 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.62&r2=1.64 + http://cvs.apache.org/viewcvs.cgi/httpd-2.0/support/apxs.in?r1=1.62&r2=1.64 PR: 31448 +1: jorton, jerenkrantz *) 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 + http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/util_filter.c?r1=1.100&r2=1.101 PR: 31247 jerenkrantz comments: This needs the final patch posted to dev@httpd? +1: jorton *) Correctly store cache content type. PR 30278 - modules/experimental/mod_disk_cache.c?r1=1.62&r2=1.63 + modules/experimental/mod_disk_cache.c?r1=1.62&r2=1.63 +1: stoddard, jerenkrantz, minfrin *) Do not store aborted content. PR 21492. - modules/experimental/mod_disk_cache.c?r1=1.63&r2=1.64 + modules/experimental/mod_disk_cache.c?r1=1.63&r2=1.64 +1: stoddard, jerenkrantz, minfrin *) Try to correctly follow RFC 2616 13.3 on validating stale cache