]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
One less bug
authorGraham Leggett <minfrin@apache.org>
Tue, 25 May 2004 16:19:09 +0000 (16:19 +0000)
committerGraham Leggett <minfrin@apache.org>
Tue, 25 May 2004 16:19:09 +0000 (16:19 +0000)
PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103758 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 33ee51480f25e3e28d464e56f4ad26d257f33496..2beb9b2afde53ebec7c02801615699f2b008ff53 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/05/25 00:14:36 $]
+Last modified at [$Date: 2004/05/25 16:19:09 $]
 
 Release:
 
@@ -83,12 +83,6 @@ PATCHES TO BACKPORT FROM 2.1
        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
-       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.