You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2012/08/17 15:47:00 UTC

svn commit: r1374254 - /httpd/httpd/branches/2.4.x/STATUS

Author: jim
Date: Fri Aug 17 13:46:59 2012
New Revision: 1374254

URL: http://svn.apache.org/viewvc?rev=1374254&view=rev
Log:
Anotehr patch

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

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1374254&r1=1374253&r2=1374254&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Fri Aug 17 13:46:59 2012
@@ -88,6 +88,14 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+   * mod_authnz_ldap: Don't try a potentially expensive nested groups
+     search before exhausting all AuthLDAPGroupAttribute checks on the
+     current group. PR52464
+     trunk patch: http://svn.apache.org/viewvc?rev=1231255&view=rev
+                  + whitespace change http://svn.apache.org/viewvc?rev=1231257&view=rev
+     2.4.x patch: trunk patch works
+     +1: covener, rjung, jim
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -151,14 +159,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: trunk patch works.
      +1: rjung
  
-   * mod_authnz_ldap: Don't try a potentially expensive nested groups
-     search before exhausting all AuthLDAPGroupAttribute checks on the
-     current group. PR52464
-     trunk patch: http://svn.apache.org/viewvc?rev=1231255&view=rev
-                  + whitespace change http://svn.apache.org/viewvc?rev=1231257&view=rev
-     2.4.x patch: trunk patch works
-     +1: covener, rjung, jim
-
    * mod_proxy_ajp: Fix crash in packet dump code when logging
      with LogLevel trace7 or trace8.  PR 53730.
      trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1373898