]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
And promote
authorJim Jagielski <jim@apache.org>
Mon, 29 Aug 2011 15:21:31 +0000 (15:21 +0000)
committerJim Jagielski <jim@apache.org>
Mon, 29 Aug 2011 15:21:31 +0000 (15:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1162857 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index e9f472e678b03e7ade8f5e9331f5a35ab3528214..ae0564b7ebf3c84d76229250d388722ea243faf5 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -92,6 +92,23 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  * mod_deflate: Stop compressing HEAD requests if there is not Content-Length
+    header
+    Trunk patch: http://svn.apache.org/viewvc?rev=958253&view=rev
+    2.2.x patch: trunk patch works with offset
+    +1: sf, covener, jim
+
+  * mod_reqtimeout: Disable keep-alive after read timeout
+    Trunk patch: http://svn.apache.org/viewvc?rev=1103213&view=rev
+    2.2.x patch: trunk patch works except for CHANGES
+    +1: sf, covener, jim
+
+  * mod_authnz_ldap: Treat 'constraint violation' as auth denied, not as
+    internal server error.
+    Trunk patch: http://svn.apache.org/viewvc?rev=1125646&view=rev
+    2.2.x patch: trunk patch works except for CHANGES
+    +1: sf, covener, jim
+
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
@@ -118,23 +135,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                 In that case, there is a log message with level error, but
                 that is not the one I want to change.
 
-  * mod_deflate: Stop compressing HEAD requests if there is not Content-Length
-    header
-    Trunk patch: http://svn.apache.org/viewvc?rev=958253&view=rev
-    2.2.x patch: trunk patch works with offset
-    +1: sf, covener, jim
-
-  * mod_reqtimeout: Disable keep-alive after read timeout
-    Trunk patch: http://svn.apache.org/viewvc?rev=1103213&view=rev
-    2.2.x patch: trunk patch works except for CHANGES
-    +1: sf, covener, jim
-
-  * mod_authnz_ldap: Treat 'constraint violation' as auth denied, not as
-    internal server error.
-    Trunk patch: http://svn.apache.org/viewvc?rev=1125646&view=rev
-    2.2.x patch: trunk patch works except for CHANGES
-    +1: sf, covener, jim
-
   * mod_filter: fix parsing of regexps containing slashes
     PR 51434 (and 51435, which includes the fix)
     Trunk patch: N/A