You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2014/01/05 23:27:02 UTC

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

Author: trawick
Date: Sun Jan  5 22:27:02 2014
New Revision: 1555643

URL: http://svn.apache.org/r1555643
Log:
vote, 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=1555643&r1=1555642&r2=1555643&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Sun Jan  5 22:27:02 2014
@@ -98,6 +98,23 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  * mod_ssl: Add support for OpenSSL configuration commands (SSLOpenSSLConfCmd)
+    trunk patches: https://svn.apache.org/r1421323
+                   https://svn.apache.org/r1534754
+                   https://svn.apache.org/r1546693
+                   https://svn.apache.org/r1555464
+    2.4.x patch: https://people.apache.org/~kbrand/mod_ssl-2.4.x-confcmd.diff
+    +1: kbrand, drh, trawick
+
+  * mod_cache_disk hangs on windows reading from closed files
+    trunk patch: http://svn.apache.org/r1547845
+    2.4.x patch: trunk works
+    +1 covener, jim, trawick
+  
+  * mod_ldap: restrict a recent WIN32 change to only apply when the MS SDK is used
+    trunk patch: http://svn.apache.org/r1551802
+    2.4.x patch: trunk works
+    +1 covener, jim, trawick
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -138,35 +155,17 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     2.4.x patch: http://people.apache.org/~jim/patches/proxy-port-scheme.patch
     +1: jim
 
-  * mod_cache_disk hangs on windows reading from closed files
-    trunk patch: http://svn.apache.org/r1547845
-    2.4.x patch: trunk works
-    +1 covener, jim
-  
   * mod_cache invalidates cached responses when reval returns 304+Expires
     trunk patch: http://svn.apache.org/r1518269
     2.4.x patch: trunk works
     +1 covener, jim
   
-  * mod_ldap: restrict a recent WIN32 change to only apply when the MS SDK is used
-    trunk patch: http://svn.apache.org/r1551802
-    2.4.x patch: trunk works
-    +1 covener, jim
-
   * mod_authn_core: allow <AuthnProviderAlias>'es to be seen from auth 
     stanzas under virtual hosts. PR55622.
     trunk patch: http://svn.apache.org/r1554995
     2.4.x patch: trunk works, + CHANGES
     +1: covener 
 
-  * mod_ssl: Add support for OpenSSL configuration commands (SSLOpenSSLConfCmd)
-    trunk patches: https://svn.apache.org/r1421323
-                   https://svn.apache.org/r1534754
-                   https://svn.apache.org/r1546693
-                   https://svn.apache.org/r1555464
-    2.4.x patch: https://people.apache.org/~kbrand/mod_ssl-2.4.x-confcmd.diff
-    +1: kbrand, drh
-
   * mod_ssl: drop unnecessary EVP_PKEY_copy_parameters cruft
     trunk patch: https://svn.apache.org/r1546692
     2.4.x patch: trunk patch works
@@ -175,7 +174,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   * mod_ssl: drop obsolete SGC log message (strong crypto for the 1990ies)
     trunk patch: https://svn.apache.org/r1546805
     2.4.x patch: trunk patch works
-    +1: kbrand
+    +1: kbrand, trawick
 
   * mod_ssl: drop the (undocumented) SSLPKCS7CertificateFile directive,
     for the reasons listed in the trunk commit message
@@ -186,7 +185,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   * configure: Look for config*.m4 files only in the correct directories.
     trunk patch: https://svn.apache.org/r1542615
     2.4.x patch: trunk patch works
-    +1: sf
+    +1: sf, trawick
 
   * prefork: PR: 54852. Only use a dummy_connection for idle processes
     trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1542379