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 2014/07/08 15:11:54 UTC

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

Author: jim
Date: Tue Jul  8 13:11:54 2014
New Revision: 1608756

URL: http://svn.apache.org/r1608756
Log:
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=1608756&r1=1608755&r2=1608756&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Tue Jul  8 13:11:54 2014
@@ -118,6 +118,25 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
      2.4.x patch: https://people.apache.org/~ylavic/httpd-2.4.x-SSLOCSPUseRequestNonce+manual-2.4.10-v2.patch
      +1: ylavic, kbrand, jorton
 
+   * mod_proxy_http: Avoid useless functions calls.
+     trunk patch: http://svn.apache.org/r1572561
+     2.4.x patch: trunk works
+     +1: ylavic, covener, jim
+
+   * mod_proxy: When ping/pong is configured for a worker, don't send or forward
+                "100 Continue" (interim) response to the client if it does not
+                expect one.
+     trunk patch: http://svn.apache.org/r1588519
+     2.4.x patch: trunk works (modulo CHANGES)
+     +1: ylavic, covener, jim
+
+   * mod_ssl: Improve compatibility with mod_nss; allow "SSLEngine off" to override
+              Listen-based default.
+     trunk patch: http://svn.apache.org/r1537535
+     2.4.x patch: trunk patch works
+     +1: jorton, trawick, , jim
+
+
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
@@ -147,18 +166,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
              https://issues.apache.org/bugzilla/attachment.cgi?id=31686).
              Should we?
 
-   * mod_proxy_http: Avoid useless functions calls.
-     trunk patch: http://svn.apache.org/r1572561
-     2.4.x patch: trunk works
-     +1: ylavic, covener, jim
-
-   * mod_proxy: When ping/pong is configured for a worker, don't send or forward
-                "100 Continue" (interim) response to the client if it does not
-                expect one.
-     trunk patch: http://svn.apache.org/r1588519
-     2.4.x patch: trunk works (modulo CHANGES)
-     +1: ylavic, covener, jim
-
    * mod_proxy: Preserve original request headers even if they differ
                 from the ones to be forwarded to the backend. PR 45387.
      trunk patch: http://svn.apache.org/r1588527
@@ -205,12 +212,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       2.4.x patch: http://people.apache.org/~covener/patches/httpd-2.4.x-ldap-connttl-conservative.diff
      +1 covener, jim
 
-   * mod_ssl: Improve compatibility with mod_nss; allow "SSLEngine off" to override
-              Listen-based default.
-     trunk patch: http://svn.apache.org/r1537535
-     2.4.x patch: trunk patch works
-     +1: jorton, trawick, , jim
-
    * mod_ssl: Fix tmp DH parameter leak, adjust selection to prefer
               larger keys and support up to 8192-bit keys.
      trunk patch: http://svn.apache.org/r1597349