]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
promote those with >=3
authorJim Jagielski <jim@apache.org>
Mon, 29 Oct 2007 13:05:39 +0000 (13:05 +0000)
committerJim Jagielski <jim@apache.org>
Mon, 29 Oct 2007 13:05:39 +0000 (13:05 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@589611 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index af880b6d877b221cbbaf9441931a73fd37127f40..50b4fda7894ae53aa52a27e2af0f930264a48cc1 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -79,6 +79,23 @@ RELEASE SHOWSTOPPERS:
 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 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
         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 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      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
@@ -197,11 +201,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      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.
      PR 41798