Commit e4ea3cfd authored by Stefan Eissing's avatar Stefan Eissing
Browse files

vote and promote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1840570 13f79535-47bb-0310-9956-ffa450edef68
parent 4adfe8eb
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -124,6 +124,10 @@ RELEASE SHOWSTOPPERS:
PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
  [ start all new proposals below, under PATCHES PROPOSED. ]

   *) http: Enforce consistently no response body with both 204 and 304 statuses.
      trunk patch: http://svn.apache.org/r1837056
      2.4.x patch: https://home.apache.org/~jim/patches/response-204-304.patch
      +1: jim, ylavic, icing


PATCHES PROPOSED TO BACKPORT FROM TRUNK:
@@ -187,11 +191,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: trunk patch works
      +1: jim, ylavic

   *) http: Enforce consistently no response body with both 204 and 304 statuses.
      trunk patch: http://svn.apache.org/r1837056
      2.4.x patch: https://home.apache.org/~jim/patches/response-204-304.patch
      +1: jim, ylavic

  *) MPMs: Initialize all runtime/asynchronous objects on a dedicated pool and
     before signals handling to avoid lifetime issues on restart or shutdown.
     PR 62658.