Commit 1d05822a authored by Graham Leggett's avatar Graham Leggett
Browse files

Vote, promote.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1712286 13f79535-47bb-0310-9956-ffa450edef68
parent a81af044
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -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.