]> granicus.if.org Git - apache/commitdiff
Vote, promote.
authorGraham Leggett <minfrin@apache.org>
Tue, 3 Nov 2015 13:02:10 +0000 (13:02 +0000)
committerGraham Leggett <minfrin@apache.org>
Tue, 3 Nov 2015 13:02:10 +0000 (13:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1712286 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 868ba1ae28c2f334f53c94c1965a9c7c98cb5ece..7840f7ec786ac7716c6324eae762f075c3264725 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -111,6 +111,13 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+   * core: Fix scoreboard crash (SIGBUS) on hardware requiring strict 64bit
+     alignment (SPARC64, PPC64).
+     trunk patch: http://svn.apache.org/r1709008
+                  http://svn.apache.org/r1711648
+     2.4.x patch: trunk works (modulo CHANGES)
+     +1: ylavic, jim, minfrin
+
 
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
@@ -159,13 +166,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
               prefork.c:1319:16: note: place parentheses around the assignment
               to silence this warning
 
-   * core: Fix scoreboard crash (SIGBUS) on hardware requiring strict 64bit
-     alignment (SPARC64, PPC64).
-     trunk patch: http://svn.apache.org/r1709008
-                  http://svn.apache.org/r1711648
-     2.4.x patch: trunk works (modulo CHANGES)
-     +1: ylavic, jim
-
   *) core: Limit to ten the number of tolerated empty lines between request,
      and consume them before the pipelining check to avoid possible response
      delay when reading the next request without flushing.