]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
promote
authorJim Jagielski <jim@apache.org>
Mon, 6 Jul 2009 16:51:26 +0000 (16:51 +0000)
committerJim Jagielski <jim@apache.org>
Mon, 6 Jul 2009 16:51:26 +0000 (16:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@791537 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 59977fe154c1b8249f1a1e236a92399cab1da518..70724b10f384aa44e7cc494c81cb725f9f105f3d 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -85,6 +85,23 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+ * mod_alias: Ensure Redirect emits HTTP-compliant URLs.
+   PR 44020
+   trunk patch:
+     http://svn.apache.org/viewvc?view=rev&rev=785575
+   2.2.x patch:
+     http://people.apache.org/~rpluem/patches/foreign_patches/niq_44020.diff
+   NOTE: I'm recommending different versions because the trunk
+   patch is too strict for a stable line and may "break" broken
+   configs thought by their users to be working.
+   +1: niq, rpluem, jim
+
+ * mod_proxy_http: fix case sensitivity checking transfer encoding
+   PR 47383
+   Patch: http://svn.apache.org/viewvc?view=rev&revision=785661
+   +1: niq, rpluem, jim
+
+
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
@@ -98,17 +115,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                 of the backport proposal.  And it needs updating!
    +1: niq
 
- * mod_alias: Ensure Redirect emits HTTP-compliant URLs.
-   PR 44020
-   trunk patch:
-     http://svn.apache.org/viewvc?view=rev&rev=785575
-   2.2.x patch:
-     http://people.apache.org/~rpluem/patches/foreign_patches/niq_44020.diff
-   NOTE: I'm recommending different versions because the trunk
-   patch is too strict for a stable line and may "break" broken
-   configs thought by their users to be working.
-   +1: niq, rpluem, jim
-
  * mod_cache: Add CacheIgnoreURLSessionIdentifiers directive to ignore
               defined session identifiers encoded in the URL when caching.
    Trunk version of patch:
@@ -120,11 +126,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       Trunk version of patch works
    +1: rpluem,
 
- * mod_proxy_http: fix case sensitivity checking transfer encoding
-   PR 47383
-   Patch: http://svn.apache.org/viewvc?view=rev&revision=785661
-   +1: niq, rpluem, jim
-
  * mod_dir: add DefaultHandler directive
    PR 47184
    Trunk patch: http://svn.apache.org/viewvc?view=rev&revision=785425