From: Graham Leggett Date: Tue, 13 Feb 2018 22:08:30 +0000 (+0000) Subject: Vote and promote. X-Git-Tag: 2.4.30~76 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0c8b1d58ba4d262472b292923fef3947d56ea540;p=apache Vote and promote. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1824179 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 985339909f..70f8083996 100644 --- a/STATUS +++ b/STATUS @@ -119,6 +119,22 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] + *) mod_proxy_balancer,mod_slotmem_shm: Rework SHM reuse/deletion to not + depend on the number of restarts (non-Unix systems) and preserve shared + names as much as possible on configuration changes for SHMs and persisted + files. PR 62044. + trunk patch: http://svn.apache.org/r1822509 + http://svn.apache.org/r1822511 + http://svn.apache.org/r1823412 + http://svn.apache.org/r1823415 + http://svn.apache.org/r1823416 + http://svn.apache.org/r1823564 + http://svn.apache.org/r1823572 + http://svn.apache.org/r1823575 + 2.4.x patch: trunk works (modulo CHANGES) + (or http://home.apache.org/~ylavic/patches/httpd-2.4.x-PR62044-slotmems_reuse.patch) + +1: ylavic, jim, minfrin + PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] @@ -197,22 +213,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.4.x patch: trunk works +1: jim, minfrin - *) mod_proxy_balancer,mod_slotmem_shm: Rework SHM reuse/deletion to not - depend on the number of restarts (non-Unix systems) and preserve shared - names as much as possible on configuration changes for SHMs and persisted - files. PR 62044. - trunk patch: http://svn.apache.org/r1822509 - http://svn.apache.org/r1822511 - http://svn.apache.org/r1823412 - http://svn.apache.org/r1823415 - http://svn.apache.org/r1823416 - http://svn.apache.org/r1823564 - http://svn.apache.org/r1823572 - http://svn.apache.org/r1823575 - 2.4.x patch: trunk works (modulo CHANGES) - (or http://home.apache.org/~ylavic/patches/httpd-2.4.x-PR62044-slotmems_reuse.patch) - +1: ylavic, jim, - *) logresolve: Fix segfault with logresolve -c and IPv6 Due to a logic error, there could be a NULL pointer dereference. [Stefan Fritsch]