]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Promote r1753592 as showstopper, since it also fixes build with MSVC.
authorYann Ylavic <ylavic@apache.org>
Thu, 5 Jan 2017 11:39:58 +0000 (11:39 +0000)
committerYann Ylavic <ylavic@apache.org>
Thu, 5 Jan 2017 11:39:58 +0000 (11:39 +0000)
(Not worth fixing the build if we can backport this change, two fixes for the price of one :)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1777453 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 096f522182aa2eec3408fe6beed4161e2ebc4585..c6584d20c923d975d403ac8c4630981bf93f6686 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -102,6 +102,16 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  *) mod_proxy: Correctly consider error response codes by the backend when
+     processing failonstatus. PR 59869
+      Trunk version of patch:
+         http://svn.apache.org/r1753592
+      Backport version for 2.4.x of patch:
+         http://svn.apache.org/r1756562
+      Backport version for 2.2.x of patch:
+         http://home.apache.org/~ylavic/patches/httpd-2.2.x-r1753592.patch
+      +1: ylavic
+
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
@@ -140,16 +150,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.2.x patch: trunk works (modulo CHANGES)
      +1: ylavic
 
-  *) mod_proxy: Correctly consider error response codes by the backend when
-     processing failonstatus. PR 59869
-      Trunk version of patch:
-         http://svn.apache.org/r1753592
-      Backport version for 2.4.x of patch:
-         http://svn.apache.org/r1756562
-      Backport version for 2.2.x of patch:
-         http://home.apache.org/~ylavic/patches/httpd-2.2.x-r1753592.patch
-      +1: ylavic
-
   *) mod_ssl: Support compilation against libssl built with OPENSSL_NO_SSL3
      [but without: and change the compiled-in default for SSL[Proxy]Protocol
                    to "all -SSLv3", in accordance with RFC 7568]