]> granicus.if.org Git - apache/commitdiff
* Promote
authorRuediger Pluem <rpluem@apache.org>
Tue, 3 May 2016 18:00:44 +0000 (18:00 +0000)
committerRuediger Pluem <rpluem@apache.org>
Tue, 3 May 2016 18:00:44 +0000 (18:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1742165 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 6c6fe8cbce504777f752dcaf998b8e0820e96825..94bf4e29a4733a834513d7e3530df14b90a4d5af 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -114,6 +114,15 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  *) Correct scoreboard behaviors in multiple MPMs and mod_http2 to avoid
+     clobbering the most recent request line at unexpect times.  Corrects
+     a notable regression in 2.4.20 and in some earlier edge cases.
+     PR 59333
+     See r1741310 for more precise patch details
+     trunk patch: http://svn.apache.org/r1741310
+                  http://svn.apache.org/r1741461
+     2.4.x patch: https://raw.githubusercontent.com/wrowe/patches/master/backport-httpd-2.4-r1741310-1741461.patch
+     +1: wrowe, ylavic, rpluem
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -175,16 +184,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: trunk works (modulo CHANGES)
      +1: ylavic
 
-  *) Correct scoreboard behaviors in multiple MPMs and mod_http2 to avoid
-     clobbering the most recent request line at unexpect times.  Corrects
-     a notable regression in 2.4.20 and in some earlier edge cases.
-     PR 59333
-     See r1741310 for more precise patch details
-     trunk patch: http://svn.apache.org/r1741310
-                  http://svn.apache.org/r1741461
-     2.4.x patch: https://raw.githubusercontent.com/wrowe/patches/master/backport-httpd-2.4-r1741310-1741461.patch
-     +1: wrowe, ylavic, rpluem
-
    * Guard against premature invocation of ap_get_useragent_host()
      when the read_request hook has not satisfied r->useragent_addr;
      trunk patch: http://svn.apache.org/r1742135