]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
- Propose another backport
authorGraham Leggett <minfrin@apache.org>
Wed, 26 May 2004 12:08:13 +0000 (12:08 +0000)
committerGraham Leggett <minfrin@apache.org>
Wed, 26 May 2004 12:08:13 +0000 (12:08 +0000)
PR:
Obtained from:
Submitted by:
Reviewed by:

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

STATUS

diff --git a/STATUS b/STATUS
index b55796d2c3d6068597f536abf5cd02a0e0ec715a..2837c4a0d41ccfdc825bebc8ba18cedb23133237 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/05/26 12:00:57 $]
+Last modified at [$Date: 2004/05/26 12:08:13 $]
 
 Release:
 
@@ -72,6 +72,13 @@ 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! ]
 
+    *) Enable the option to support anonymous shared memory in mod_ldap.
+       This makes the cache work on Linux again.
+       modules/experimental/util_ldap.c r1.30
+       modules/experimental/util_ldap_cache.c r1.17
+       docs/manual/mod/mod_ldap.xml r1.12
+       +1 minfrin
+
     *) Allow LimitRequestBody to be reset to unlimited. PR 29106
          server/core.c: r1.279
        +1: nd, kess (on concept)