]> granicus.if.org Git - apache/commitdiff
promote LDAP proposal
authorJeff Trawick <trawick@apache.org>
Sat, 12 Jul 2014 20:43:36 +0000 (20:43 +0000)
committerJeff Trawick <trawick@apache.org>
Sat, 12 Jul 2014 20:43:36 +0000 (20:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1610046 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 0600cc4885e655e9550f0e2cde9235e725d3d24a..0e129bcabf29be41b8bac8e74b7c2d36704ee750 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -100,6 +100,15 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+   * mod_ldap: LDAPConnectionPoolTTL enhancements -- apply properly to authn and
+               only update the last used time when we hit the backend server
+               AND use r->request_time instead of end-of-request-time. 
+               PR54587
+      trunk patch: http://svn.apache.org/r1452551
+                   http://svn.apache.org/r1607960
+      2.4.x patch: http://people.apache.org/~covener/patches/httpd-2.4.x-ldap-connttl-conservative.diff
+     +1 covener, jim, trawick
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -161,15 +170,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      note: depends on ap_shutdown_conn() from r1601185 above.
      +1: ylavic
 
-   * mod_ldap: LDAPConnctionPoolTTL enhancements -- apply properly to authn and
-               only update the last used time when we hit the backend server
-               AND use r->request_time instead of end-of-request-time. 
-               PR54587
-      trunk patch: http://svn.apache.org/r1452551
-                   http://svn.apache.org/r1607960
-      2.4.x patch: http://people.apache.org/~covener/patches/httpd-2.4.x-ldap-connttl-conservative.diff
-     +1 covener, jim
-
    * mod_ssl: Fix issue with redirects to error documents when handling
      SNI errors.
      trunk patch: http://svn.apache.org/r1609914