]> granicus.if.org Git - apache/commitdiff
promote
authorJim Jagielski <jim@apache.org>
Tue, 19 Jun 2018 13:12:38 +0000 (13:12 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 19 Jun 2018 13:12:38 +0000 (13:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1833839 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 982cbd1ee435226141424e4faa08b271ad5a9363..46927f3119698527376693f5c86ddad038eb3e56 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -141,6 +141,19 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  *) mod_proxy_html: Fix variable interpolation and memory allocation failure
+     in ProxyHTMLURLMap. PR 62344.
+     trunk patch: http://svn.apache.org/r1830746
+     2.4.x patch: svn merge -c 1830746 ^/httpd/httpd/trunk .
+                  (trunk works modulo CHANGES))
+     +1: ylavic, jailletc36, jim
+
+  *) http: Fix small memory leak per request when handling persistent connections
+     trunk patch: http://svn.apache.org/r1833014
+     2.4.x patch: trunk works (modulo CHANGES)
+                  svn merge -c 1833014 ^/httpd/httpd/trunk . 
+     +1: jorton, covener, jim
+
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
@@ -185,13 +198,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                   (trunk works modulo CHANGES))
      +1: ylavic, jim
 
-  *) mod_proxy_html: Fix variable interpolation and memory allocation failure
-     in ProxyHTMLURLMap. PR 62344.
-     trunk patch: http://svn.apache.org/r1830746
-     2.4.x patch: svn merge -c 1830746 ^/httpd/httpd/trunk .
-                  (trunk works modulo CHANGES))
-     +1: ylavic, jailletc36, jim
-
   *) mod_proxy: Fix a corner case where the ProxyPassReverseCookieDomain or
      ProxyPassReverseCookiePath directive could fail to update correctly 
      'domain=' or 'path=' in the 'Set-Cookie' header.  PR 61560.
@@ -203,12 +209,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      now useless.  They could be axed, but maybe, not in 2.4.x (even if I
      don't imagine any 3rd party proxy module to use it)
 
-  *) http: Fix small memory leak per request when handling persistent connections
-     trunk patch: http://svn.apache.org/r1833014
-     2.4.x patch: trunk works (modulo CHANGES)
-                  svn merge -c 1833014 ^/httpd/httpd/trunk . 
-     +1: jorton, covener, jim
-
   *) log: add server_rec to some log.c fatal startup errors so they aren't
           lost when using syslog. 
      trunk patch: http://svn.apache.org/r1833827