From: Jim Jagielski Date: Thu, 26 Apr 2018 17:31:52 +0000 (+0000) Subject: These look like showstoppers to me. X-Git-Tag: 2.4.34~189 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d3a5412dfbd9959f9e07c9ca725cf35dc8499dae;p=apache These look like showstoppers to me. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1830245 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 1813a635c2..ed2dbfa5ff 100644 --- a/STATUS +++ b/STATUS @@ -119,6 +119,15 @@ CURRENT RELEASE NOTES: RELEASE SHOWSTOPPERS: + *) mod_slotmem_shm: https://bz.apache.org/bugzilla/show_bug.cgi?id=62277 + https://bz.apache.org/bugzilla/show_bug.cgi?id=62308 + + *) mod_ssl: Restore 2.4.29 behaviour in SSL vhost merging/enabling + which broke some rare but previously-working configs. + trunk patch: https://svn.apache.org/r1829513 + 2.4.x patch: svn merge -c 1829513 ^/httpd/httpd/trunk . + +1: jorton, + PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] @@ -251,12 +260,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: config, but I think the risk is minimal/nonexistent and acceptable. +1 - *) mod_ssl: Restore 2.4.29 behaviour in SSL vhost merging/enabling - which broke some rare but previously-working configs. - trunk patch: https://svn.apache.org/r1829513 - 2.4.x patch: svn merge -c 1829513 ^/httpd/httpd/trunk . - +1: jorton, - *) ap_rgetline()+mod_proxy_http: Add and handle AP_GETLINE_NOSPC_EOL flag, fixes responses header thrown away on APR_ENOSPC, and allow their size to be configured (ResponseFieldSize). PRs 62196, 62198 and 62199.