]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Cast some votes
authorRuediger Pluem <rpluem@apache.org>
Wed, 14 Nov 2007 20:31:45 +0000 (20:31 +0000)
committerRuediger Pluem <rpluem@apache.org>
Wed, 14 Nov 2007 20:31:45 +0000 (20:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@595035 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 2a768457e2e0948a9c4775bbfe5a6ff4d9a8bf06..56403418fd551f8fdb8ded8aaf7bbd0df605acc3 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -259,14 +259,14 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
    * mod_ldap: Remove pconf usage on request processing threads, create a 
      subpool of the per-vhost LDAP pool instead of copying a reference to it.
          http://svn.apache.org/viewvc?view=rev&revision=591488 
-     +1: covener
+     +1: covener, rpluem
 
    * mod_ldap: Don't return references into shared memory to the caller, 
      as these may expire at any time because callers don't hold
      a cache lock
          http://svn.apache.org/viewvc?view=rev&revision=591499
          http://svn.apache.org/viewvc?view=rev&revision=593919 
-     +1: covener
+     +1: covener, rpluem
 
    * mod_ldap: Axe a cleanup that has never run because it's tied to pconf
      in the child, clarify the @tip in the cleanup function.