]> granicus.if.org Git - apache/commitdiff
These look like showstoppers to me.
authorJim Jagielski <jim@apache.org>
Thu, 26 Apr 2018 17:31:52 +0000 (17:31 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 26 Apr 2018 17:31:52 +0000 (17:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1830245 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 1813a635c2a42c5a36940fa030b3a435cd844c3e..ed2dbfa5ff2545dffdb0b92e35a354e12af0cbe1 100644 (file)
--- 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.