From: Ruediger Pluem Date: Wed, 14 Nov 2007 20:31:45 +0000 (+0000) Subject: * Cast some votes X-Git-Tag: 2.2.7~238 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ca41c9fa7499bc3982768e31a8ddd3aeaa98bc7;p=thirdparty%2Fapache%2Fhttpd.git * Cast some votes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@595035 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 2a768457e2e..56403418fd5 100644 --- 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.