You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2009/05/04 22:39:31 UTC

svn commit: r771430 - /httpd/httpd/branches/2.2.x/STATUS

Author: jim
Date: Mon May  4 20:39:31 2009
New Revision: 771430

URL: http://svn.apache.org/viewvc?rev=771430&view=rev
Log:
approve

Modified:
    httpd/httpd/branches/2.2.x/STATUS

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=771430&r1=771429&r2=771430&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Mon May  4 20:39:31 2009
@@ -88,6 +88,11 @@
   [ 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 @@
       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().