You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rp...@apache.org on 2007/11/14 21:32:00 UTC

svn commit: r595035 - /httpd/httpd/branches/2.2.x/STATUS

Author: rpluem
Date: Wed Nov 14 12:31:45 2007
New Revision: 595035

URL: http://svn.apache.org/viewvc?rev=595035&view=rev
Log:
* Cast some votes

Modified:
    httpd/httpd/branches/2.2.x/STATUS

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=595035&r1=595034&r2=595035&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Wed Nov 14 12:31:45 2007
@@ -259,14 +259,14 @@
    * 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.