summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2004-10-03 16:26:07 +0000
committerGraham Leggett <minfrin@apache.org>2004-10-03 16:26:07 +0000
commit120d0f38ace78cd4ae080ecbef461cdb9ca6a2e1 (patch)
treec340ca60e392800f4613da32128b8b35e3f14533
parent92640f0bcbbee984f6f7d184d356b4ecc7ac5c16 (diff)
downloadhttpd-120d0f38ace78cd4ae080ecbef461cdb9ca6a2e1.tar.gz
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@105374 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--STATUS8
1 files changed, 7 insertions, 1 deletions
diff --git a/STATUS b/STATUS
index 37f80f4ec0..21d46aa895 100644
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
APACHE 2.0 STATUS: -*-text-*-
-Last modified at [$Date: 2004/10/03 15:57:54 $]
+Last modified at [$Date: 2004/10/03 16:26:07 $]
Release:
@@ -75,6 +75,12 @@ 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: prevent the possiblity of an infinite loop in the LDAP
+ statistics display.
+ 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
PR: 31448