]> granicus.if.org Git - apache/commitdiff
promote
authorJim Jagielski <jim@apache.org>
Thu, 4 Feb 2016 19:25:20 +0000 (19:25 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 4 Feb 2016 19:25:20 +0000 (19:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1728540 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 31f07bd61353009d7ed5abb6a4fc6774d0721b5c..a556e08718b38ba9556ee139662fd326442de4dd 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -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