From: Stefan Eissing Date: Fri, 2 Jun 2017 09:03:57 +0000 (+0000) Subject: vote and promote X-Git-Tag: 2.4.26~43 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=375d73421668f74f852629c4973613dc27d3c5bb;p=apache vote and promote git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1797334 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 19c541166d..2e39e459a7 100644 --- a/STATUS +++ b/STATUS @@ -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