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 2007/10/29 14:05:40 UTC

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

Author: jim
Date: Mon Oct 29 06:05:39 2007
New Revision: 589611

URL: http://svn.apache.org/viewvc?rev=589611&view=rev
Log:
promote those with >=3

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=589611&r1=589610&r2=589611&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Mon Oct 29 06:05:39 2007
@@ -79,6 +79,23 @@
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+    * mod_rewrite: Add option to suppress URL unescaping
+      PR 34602
+      http://svn.apache.org/viewvc?view=rev&revision=573831
+      http://svn.apache.org/viewvc?view=rev&revision=589343
+      +1: niq, rpluem, jim
+
+   * HTTP protocol: Add "DefaultType none" option.
+     PR 13986 and PR 16139
+     http://svn.apache.org/viewvc?view=rev&revision=579991 (code)
+     http://svn.apache.org/viewvc?view=rev&revision=580502 (docs)
+     http://svn.apache.org/viewvc?view=rev&revision=584842 (docs)
+     +1: niq, rpluem, jim
+     
+   * Core: Fix possible crash at startup in case of nonexistent DocumentRoot.
+     PR 39722
+     http://svn.apache.org/viewvc?view=rev&revision=589177
+     +1: niq, rpluem, jim
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -125,12 +142,6 @@
         http://people.apache.org/~pquerna/eventmpm-ssl-input-2.2.x.patch
     +1: pquerna, jim
 
-    * mod_rewrite: Add option to suppress URL unescaping
-      PR 34602
-      http://svn.apache.org/viewvc?view=rev&revision=573831
-      http://svn.apache.org/viewvc?view=rev&revision=589343
-      +1: niq, rpluem, jim
-
     * mod_rewrite: Also set the Vary header if a rewrite condition is true and
       uses a HTTP header, but all remaining rewrite conditions are skipped due
       to the [OR] flag.
@@ -169,13 +180,6 @@
      they close stdout/stderr first and dup a then closed fd in stdout/stderr,
      leaving us without stdout/stderr in the child.
 
-   * HTTP protocol: Add "DefaultType none" option.
-     PR 13986 and PR 16139
-     http://svn.apache.org/viewvc?view=rev&revision=579991 (code)
-     http://svn.apache.org/viewvc?view=rev&revision=580502 (docs)
-     http://svn.apache.org/viewvc?view=rev&revision=584842 (docs)
-     +1: niq, rpluem, jim
-     
    * mod_proxy_http: Don't mangle proxied URLs
      PR 42592
      http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/proxy/mod_proxy_http.c?r1=582655&r2=583803&pathrev=583803
@@ -196,11 +200,6 @@
      PR 16518
      http://svn.apache.org/viewvc?view=rev&revision=582631
      +1: niq, rpluem
-
-   * Core: Fix possible crash at startup in case of nonexistent DocumentRoot.
-     PR 39722
-     http://svn.apache.org/viewvc?view=rev&revision=589177
-     +1: niq, rpluem, jim
 
    * mod_proxy: add "nocanon" option to ProxyPass, to suppress
      canonicalisation of reverse-proxied URLs.