Commit e5f58f3e 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@1797334 13f79535-47bb-0310-9956-ffa450edef68
parent 70b799ed
Loading
Loading
Loading
Loading
+6 −8
Original line number Diff line number Diff line
@@ -120,7 +120,12 @@ RELEASE SHOWSTOPPERS:
PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
  [ start all new proposals below, under PATCHES PROPOSED. ]


  *) MPMs unix: Place signals handlers and helpers out of DSOs to avoid a
     possible crash if a signal is caught during (graceful) restart. PR 60487.
     trunk patch: http://svn.apache.org/r1783849
     2.4.x patch: svn merge -c 1783849 ^/httpd/httpd/trunk .
                  (trunk works, modulo CHANGES)
     +1: ylavic, wrowe, icing

PATCHES PROPOSED TO BACKPORT FROM TRUNK:
  [ New proposals should be added at the end of the list ]
@@ -189,13 +194,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     2.4.x patch: http://home.apache.org/~ylavic/patches/httpd-2.4.x-mpm_event-wakeup-v7.1.patch
     +1: ylavic

  *) MPMs unix: Place signals handlers and helpers out of DSOs to avoid a
     possible crash if a signal is caught during (graceful) restart. PR 60487.
     trunk patch: http://svn.apache.org/r1783849
     2.4.x patch: svn merge -c 1783849 ^/httpd/httpd/trunk .
                  (trunk works, modulo CHANGES)
     +1: ylavic, wrowe

  *) proxy_wstunnel: Restore ability to process other Upgrade: protocols which was
     blocked in r1674632/r1674661.
     trunk patch: http://svn.apache.org/r1792092