]> granicus.if.org Git - apache/commitdiff
promote
authorJim Jagielski <jim@apache.org>
Wed, 18 Nov 2015 16:12:46 +0000 (16:12 +0000)
committerJim Jagielski <jim@apache.org>
Wed, 18 Nov 2015 16:12:46 +0000 (16:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1715013 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 1b2781e77696c3acaf0875e8cc17fff899e44fc7..a14b76a829b60f7dae0ebdabc1b1b9be6b0ef8aa 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -111,7 +111,28 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+   * mod_ssl: Make the output filter more friendly with deferred write and
+              response pipelining.
+     trunk patch: http://svn.apache.org/r1705194
+                  http://svn.apache.org/r1705823
+                  http://svn.apache.org/r1705826
+                  http://svn.apache.org/r1705828
+                  http://svn.apache.org/r1705833
+                  http://svn.apache.org/r1706275
+                  http://svn.apache.org/r1707230
+                  http://svn.apache.org/r1707231
+     2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-mod_ssl-deferred_friendly-v3.patch
+     +1: ylavic, icing, jim
 
+  *) synch 2.4.x with trunk
+        mod_authn_anon: Constify + save a few bytes in conf pool
+        core: Save a few bytes in conf pool when processing 'AllowOverrideList'
+        mod_authnz_ldap: Save a few bytes in conf pool
+     trunk patch: http://svn.apache.org/r1711553
+                  http://svn.apache.org/r1713040
+                  http://svn.apache.org/r1683881
+     2.4.x patch: trunk works
+     +1: jailletc36, icing, jim
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -127,19 +148,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: https://people.apache.org/~minfrin/httpd-mod_alias-expr2.patch
      +1: minfrin
 
-   * mod_ssl: Make the output filter more friendly with deferred write and
-              response pipelining.
-     trunk patch: http://svn.apache.org/r1705194
-                  http://svn.apache.org/r1705823
-                  http://svn.apache.org/r1705826
-                  http://svn.apache.org/r1705828
-                  http://svn.apache.org/r1705833
-                  http://svn.apache.org/r1706275
-                  http://svn.apache.org/r1707230
-                  http://svn.apache.org/r1707231
-     2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-mod_ssl-deferred_friendly-v3.patch
-     +1: ylavic, icing, jim
-
    * core: Fix crash in ap_mpm_pod_check call caused by NULL dereference of
           its parameter when starting httpd as single process (httpd -X).
      trunk patch: http://svn.apache.org/r1711479
@@ -191,15 +199,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: trunk works (modulo CHANGES)
      +1: kbrand, icing
     
-  *) synch 2.4.x with trunk
-        mod_authn_anon: Constify + save a few bytes in conf pool
-        core: Save a few bytes in conf pool when processing 'AllowOverrideList'
-        mod_authnz_ldap: Save a few bytes in conf pool
-     trunk patch: http://svn.apache.org/r1711553
-                  http://svn.apache.org/r1713040
-                  http://svn.apache.org/r1683881
-     2.4.x patch: trunk works
-     +1: jailletc36, icing, jim
 
 PATCHES/ISSUES THAT ARE BEING WORKED