Commit f22a0d61 authored by Jim Jagielski's avatar Jim Jagielski
Browse files

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
parent 9433b769
Loading
Loading
Loading
Loading
+9 −6
Original line number Diff line number Diff line
@@ -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.