]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Promote
authorRuediger Pluem <rpluem@apache.org>
Fri, 8 Aug 2008 21:17:09 +0000 (21:17 +0000)
committerRuediger Pluem <rpluem@apache.org>
Fri, 8 Aug 2008 21:17:09 +0000 (21:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@684098 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 772cb6af21015ff0d4b23879166a26dc8f4b4500..72021a32fe01c49db55e5adb0bfeb9cc1a0c635a 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -83,6 +83,22 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+ * Support chroot on unix-family platforms
+   PR 43596
+   http://svn.apache.org/viewvc?rev=611483&view=rev (source)
+   http://svn.apache.org/viewvc?rev=639005&view=rev (docs)
+   http://svn.apache.org/viewvc?rev=639010&view=rev (mmn)
+   +1: niq, rpluem, mturk
+
+ * mod_headers: Prevent Header edit from processing only the first header it
+   should edit and deleting the remaining ones by iterating over all headers
+   with the same name. PR: 45333
+     Trunk version of patch:
+        http://svn.apache.org/viewvc?rev=674000&view=rev
+     Backport version for 2.2.x of patch:
+        Trunk version of patch works
+    +1: rpluem, niq, mturk
+
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
@@ -104,13 +120,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       -1: rpluem: jorton found some problems with the trunk version and they
                   should be fixed / discussed in trunk before we backport.
 
- * Support chroot on unix-family platforms
-   PR 43596
-   http://svn.apache.org/viewvc?rev=611483&view=rev (source)
-   http://svn.apache.org/viewvc?rev=639005&view=rev (docs)
-   http://svn.apache.org/viewvc?rev=639010&view=rev (mmn)
-   +1: niq, rpluem, mturk
-
  * mod_rewrite: Allow Cookie option to set secure and HttpOnly flags.
    PR 44799
    Trunk version of patch:
@@ -160,15 +169,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      http://people.apache.org/~chrisd/patches/walk_cache/walk_cache-2.2.x.patch
    +1: chrisd
 
- * mod_headers: Prevent Header edit from processing only the first header it
-   should edit and deleting the remaining ones by iterating over all headers
-   with the same name. PR: 45333
-     Trunk version of patch:
-        http://svn.apache.org/viewvc?rev=674000&view=rev
-     Backport version for 2.2.x of patch:
-        Trunk version of patch works
-    +1: rpluem, niq, mturk
-
  * mod_proxy_ftp: Ensure that the SSL filters are not inserted on FTP data
    connections even if the virtual host that causes the proxy request has SSL
    enabled.