You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mi...@apache.org on 2013/04/28 01:12:16 UTC

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

Author: minfrin
Date: Sat Apr 27 23:12:15 2013
New Revision: 1476693

URL: http://svn.apache.org/r1476693
Log:
Vote and promote.

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=1476693&r1=1476692&r2=1476693&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Sat Apr 27 23:12:15 2013
@@ -90,6 +90,15 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  * mod_authnz_ldap: Allow using exec: callouts like SSLPassphraseDialog
+    for AuthLDAPBindPassword.
+    trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1433478
+                 http://svn.apache.org/viewvc?view=revision&revision=1467523
+                 http://svn.apache.org/viewvc?view=revision&revision=1467792
+    2.4.x patch: http://people.apache.org/~druggeri/patches/AuthLDAPBindPasswordExec-2.4.patch
+                 (20130119 - updated to include minor mmn bump)
+                 (20130412 - updated to not use static var - thx, wrowe)
+    +1: druggeri, jim, minfrin
 
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
@@ -123,17 +132,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     2.4.x patch: trunk patch works (modulo CHANGES and next-number)
     +1: kbrand, minfrin
 
-  * mod_authnz_ldap: Allow using exec: callouts like SSLPassphraseDialog
-    for AuthLDAPBindPassword.
-    trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1433478
-                 http://svn.apache.org/viewvc?view=revision&revision=1467523
-                 http://svn.apache.org/viewvc?view=revision&revision=1467792
-    2.4.x patch: http://people.apache.org/~druggeri/patches/AuthLDAPBindPasswordExec-2.4.patch
-                 (20130119 - updated to include minor mmn bump)
-                 (20130412 - updated to not use static var - thx, wrowe)
-    +1: druggeri, jim
-
-
   * mod_lua: Sync 2.4 branch with trunk. This includes (but is not limited to) 
              Server pools, new apr functions for the request_rec table, input/
              output filters, LuaCodeCache, LuaMapHandler and multipart form data