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

vote, promote

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

  *) core: Ensure that httpd exits with an error status when the MPM fails
     to run.
     trunk patch: http://svn.apache.org/r1629925
                  http://svn.apache.org/r1629927
                  http://svn.apache.org/r1629928
                  http://svn.apache.org/r1733162
                  http://svn.apache.org/r1733173
     2.4.x patch: http://home.apache.org/~ylavic/patches/httpd-2.4.x-exit_with_error_on_mpm_failure.patch
     +1: ylavic, jim, icing


PATCHES PROPOSED TO BACKPORT FROM TRUNK:
  [ New proposals should be added at the end of the list ]
@@ -142,16 +152,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     ylavic: OK, this is just that persisted slotmems won't be reused on first
             startup, not that the startup will fail (as I first thought).

  *) core: Ensure that httpd exits with an error status when the MPM fails
     to run.
     trunk patch: http://svn.apache.org/r1629925
                  http://svn.apache.org/r1629927
                  http://svn.apache.org/r1629928
                  http://svn.apache.org/r1733162
                  http://svn.apache.org/r1733173
     2.4.x patch: http://home.apache.org/~ylavic/patches/httpd-2.4.x-exit_with_error_on_mpm_failure.patch
     +1: ylavic, jim

  *) core/util_script: relax alphanumeric filter of enviroment variable names
          on Windows to allow '(' and ')' for passing PROGRAMFILES(X86) et.al.
          unadulterated in 64 bit versions of Windows. PR 46751.