]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
approve
authorJim Jagielski <jim@apache.org>
Mon, 4 May 2009 20:39:31 +0000 (20:39 +0000)
committerJim Jagielski <jim@apache.org>
Mon, 4 May 2009 20:39:31 +0000 (20:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@771430 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 45a9bdd61d82c4c65bd3ffc0f404f9085e5cdf44..9b283e354b30386f453cf3efbee29f497cf57494 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -88,6 +88,11 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
 
+ * Correct mod_headers handling of content-type header, trunk version works;
+     https://svn.apache.org/viewvc?view=rev&revision=680082
+   +1: wrowe, rpluem, jim
+
+
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
@@ -124,10 +129,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       Trunk version of patch works
    +1: rpluem, jim
 
- * Correct mod_headers handling of content-type header, trunk version works;
-     https://svn.apache.org/viewvc?view=rev&revision=680082
-   +1: wrowe, rpluem, jim
-
  * mod_ssl: Improve and simplify the implementation of SSLProxyCheckPeerExpire
    by directly using X509_get_notBefore(), X509_get_notAfter() and
    X509_cmp_current_time().