]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Required to build on Windows and NetWare, plus the actual fix...
authorYann Ylavic <ylavic@apache.org>
Sat, 7 Jan 2017 00:38:50 +0000 (00:38 +0000)
committerYann Ylavic <ylavic@apache.org>
Sat, 7 Jan 2017 00:38:50 +0000 (00:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1777740 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index f70b4878159c9c099cf7c926a98c7d7b139da40a..d4b18fdf5b3749c6277ceff24129d711b4048d1e 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -99,12 +99,6 @@ CURRENT RELEASE NOTES:
 
 RELEASE SHOWSTOPPERS:
 
-PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
-  [ start all new proposals below, under PATCHES PROPOSED. ]
-
-PATCHES PROPOSED TO BACKPORT FROM TRUNK:
-  [ New proposals should be added at the end of the list ]
-
   *) mod_proxy: Correctly consider error response codes by the backend when
      processing failonstatus. PR 59869
       Trunk version of patch:
@@ -115,6 +109,12 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
          http://home.apache.org/~ylavic/patches/httpd-2.2.x-r1753592.patch
       +1: ylavic, wrowe
 
+PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
+  [ start all new proposals below, under PATCHES PROPOSED. ]
+
+PATCHES PROPOSED TO BACKPORT FROM TRUNK:
+  [ New proposals should be added at the end of the list ]
+
   *) mod_proxy_connect: The connect method doesn't work if the client is
      connecting to the apache proxy through an ssl socket. Fixed.
      [Brad Boyer, Mark Cave-Ayland, Julian Gilbey, Fabrice Durand,