summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2015-11-03 13:02:10 +0000
committerGraham Leggett <minfrin@apache.org>2015-11-03 13:02:10 +0000
commita6ad3b58da50229c505490ca016aef0bc1681916 (patch)
tree9b771ac3b5c55e149d6df989d4c8e022705cc7ce
parent9366239b127ae3a518982c656df04493fa8d7801 (diff)
downloadhttpd-a6ad3b58da50229c505490ca016aef0bc1681916.tar.gz
Vote, promote.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1712286 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--STATUS14
1 files changed, 7 insertions, 7 deletions
diff --git a/STATUS b/STATUS
index 868ba1ae28..7840f7ec78 100644
--- 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.