From: Jim Jagielski Date: Sun, 19 Apr 2015 18:02:17 +0000 (+0000) Subject: promote X-Git-Tag: 2.4.13~190 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1558acea1409cd0817cef29e0162f3bbbb5a1341;p=apache promote git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1674657 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 0eca956749..7c03fc833b 100644 --- a/STATUS +++ b/STATUS @@ -105,7 +105,36 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] + *) mod_http: Fix incorrect If-Match handling. PR 57358. + trunk patch: http://svn.apache.org/r1646282 + 2.4.x patch: trunk works (modulo CHANGES) + +1: ylavic, covener, jim + + *) mod_status: Improve server-status output when called with "?auto" + (machine readable form). + trunk patch: http://svn.apache.org/r1671396 + http://svn.apache.org/r1672289 + http://svn.apache.org/r1672453 + 2.4.x patch: http://people.apache.org/~rjung/patches/enhance-server-status-auto.patch + (same as trunk but combined into one) + +1: rjung, covener, jim + + *) mod_ssl, mod_proxy, mod_cache_socache, mod_socache_*: Add plain text + output to status hook (server-status) when called with "?auto" + (machine readable form). + trunk patch: http://svn.apache.org/r1671397 + http://svn.apache.org/r1672466 + http://svn.apache.org/r1672564 + 2.4.x patch: http://people.apache.org/~rjung/patches/enhance-socache-status-auto.patch + (same as trunk but combined into one) + +1: rjung, covener, jim + *) mod_proxy_wstunnel: Bypass the handler while the connection is not + upgraded to WebSocket, so that other modules can possibly take over + the leading HTTP requests. + trunk patch: http://svn.apache.org/r1674632 + 2.4.x patch: trunk works (modulo CHANGES, docs/log-message-tags) + +1: ylavic, covener, jim PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] @@ -254,36 +283,12 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: collides, this patch shows the final result on mod_proxy_ajp though) - *) mod_http: Fix incorrect If-Match handling. PR 57358. - trunk patch: http://svn.apache.org/r1646282 - 2.4.x patch: trunk works (modulo CHANGES) - +1: ylavic, covener, jim - *) core: Cleanup the request soon/even if some output filter fails to handle the EOR bucket. trunk patch: http://svn.apache.org/r1666998 2.4.x patch: trunk works (modulo CHANGES) +1: ylavic - *) mod_status: Improve server-status output when called with "?auto" - (machine readable form). - trunk patch: http://svn.apache.org/r1671396 - http://svn.apache.org/r1672289 - http://svn.apache.org/r1672453 - 2.4.x patch: http://people.apache.org/~rjung/patches/enhance-server-status-auto.patch - (same as trunk but combined into one) - +1: rjung, covener, jim - - *) mod_ssl, mod_proxy, mod_cache_socache, mod_socache_*: Add plain text - output to status hook (server-status) when called with "?auto" - (machine readable form). - trunk patch: http://svn.apache.org/r1671397 - http://svn.apache.org/r1672466 - http://svn.apache.org/r1672564 - 2.4.x patch: http://people.apache.org/~rjung/patches/enhance-socache-status-auto.patch - (same as trunk but combined into one) - +1: rjung, covener, jim - *) mpm_event: Allow for timer events duplicates. trunk patch: http://svn.apache.org/r1666468 http://svn.apache.org/r1666618 @@ -304,13 +309,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.4.x patch: trunk works (modulo CHANGES) +1: - *) mod_proxy_wstunnel: Bypass the handler while the connection is not - upgraded to WebSocket, so that other modules can possibly take over - the leading HTTP requests. - trunk patch: http://svn.apache.org/r1674632 - 2.4.x patch: trunk works (modulo CHANGES, docs/log-message-tags) - +1: ylavic, covener, jim - OTHER PROPOSALS