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 2016/02/04 20:25:20 UTC

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

Author: jim
Date: Thu Feb  4 19:25:20 2016
New Revision: 1728540

URL: http://svn.apache.org/viewvc?rev=1728540&view=rev
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=1728540&r1=1728539&r2=1728540&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Thu Feb  4 19:25:20 2016
@@ -112,6 +112,17 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+
+  *) mod_lbmethod_heartbeat: No need to search twice for the same value
+     trunk patch:  http://svn.apache.org/r1725445
+     2.4.x patch:  trunk works
+     +1: jailletc36, icing, jim
+
+  *) mod_ssl: Fix some duplicate definitions
+     trunk patch:  http://svn.apache.org/r1726888
+     2.4.x patch:  trunk works
+     +1: mrumph, icing, jim
+
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
@@ -195,11 +206,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      trunk patch:  http://svn.apache.org/r1725940
      +1: icing, jim
 
-  *) mod_lbmethod_heartbeat: No need to search twice for the same value
-     trunk patch:  http://svn.apache.org/r1725445
-     2.4.x patch:  trunk works
-     +1: jailletc36, icing, jim
-
   *) When more than one module calls APACHE_CHECK_OPENSSL, MOD_LDFLAGS and MOD_CFLAGS 
      remain unset for second or later caller. Fix this by caching the values for 
      MOD_LDFLAGS and MOD_CFLAGS created during the first run and set them in the 
@@ -208,11 +214,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch:  trunk works
      +1: icing, jim
 
-  *) mod_ssl: Fix some duplicate definitions
-     trunk patch:  http://svn.apache.org/r1726888
-     2.4.x patch:  trunk works
-     +1: mrumph, icing, jim
-
   *) core: introducing new hook "pre_close_connection" to give protocols other
      than http/1.1 a chance to send one last frame before close.
      Requires MMN bump