]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Propose a backport
authorGraham Leggett <minfrin@apache.org>
Sun, 3 Oct 2004 16:26:07 +0000 (16:26 +0000)
committerGraham Leggett <minfrin@apache.org>
Sun, 3 Oct 2004 16:26:07 +0000 (16:26 +0000)
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

STATUS

diff --git a/STATUS b/STATUS
index 37f80f4ec0a5f7f933b6d3c3c2480d8d8408f816..21d46aa89594ebdc94755a830866bcb6305ac20f 100644 (file)
--- 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