From: Graham Leggett Date: Tue, 3 Nov 2015 13:02:10 +0000 (+0000) Subject: Vote, promote. X-Git-Tag: 2.4.18~77 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6ad3b58da50229c505490ca016aef0bc1681916;p=thirdparty%2Fapache%2Fhttpd.git Vote, promote. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1712286 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 868ba1ae28c..7840f7ec786 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.