]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
vote/promote
authorJeff Trawick <trawick@apache.org>
Mon, 20 Aug 2012 15:59:20 +0000 (15:59 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 20 Aug 2012 15:59:20 +0000 (15:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1375081 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 1a1d6b21ef22e8c764175cc00b46ae6e4f09e4c4..6f188deff2ea9b998d6f4476d4876e989242c4c7 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -93,6 +93,20 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+   * mod_rewrite: add "AllowAnyURI" option.
+     Prerequisites:
+     - allow the user to configure which rules come first when RewriteRules
+       are merged with RewriteOptions Inherit. PR 39313
+     - change signed single-bit fields to unsigned
+     trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1356115 and
+                  http://svn.apache.org/viewvc?view=revision&revision=1356813 and
+                  http://svn.apache.org/viewvc?view=revision&revision=1086662 and
+                  http://svn.apache.org/viewvc?view=revision&revision=1032431
+     2.4.x patch: http://svn.apache.org/viewvc?view=revision&revision=1359687 and
+                  http://svn.apache.org/viewvc?view=revision&revision=1086662 and
+                  http://svn.apache.org/viewvc?view=revision&revision=1032431
+     2.2.x patch: http://people.apache.org/~rjung/patches/mod_rewrite-directory_conf-allowanyuri-2_2.patch
+     +1: rjung, wrowe, trawick
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -210,21 +224,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.2.x patch: http://people.apache.org/~rjung/patches/htdbm-htpasswd-handling_crypt_failure-2_2.patch
      +1: rjung, trawick
 
-   * mod_rewrite: add "AllowAnyURI" option.
-     Prerequisites:
-     - allow the user to configure which rules come first when RewriteRules
-       are merged with RewriteOptions Inherit. PR 39313
-     - change signed single-bit fields to unsigned
-     trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1356115 and
-                  http://svn.apache.org/viewvc?view=revision&revision=1356813 and
-                  http://svn.apache.org/viewvc?view=revision&revision=1086662 and
-                  http://svn.apache.org/viewvc?view=revision&revision=1032431
-     2.4.x patch: http://svn.apache.org/viewvc?view=revision&revision=1359687 and
-                  http://svn.apache.org/viewvc?view=revision&revision=1086662 and
-                  http://svn.apache.org/viewvc?view=revision&revision=1032431
-     2.2.x patch: http://people.apache.org/~rjung/patches/mod_rewrite-directory_conf-allowanyuri-2_2.patch
-     +1: rjung, wrowe
-
    * include/util_ldap.h: Treat LDAP_UNAVAILABLE as a transient error
      with non-MS LDAP SDKs; seen with OpenLDAP against Novell eDirectory.
      Submitted by: Filip Valder <filip.valder vsb.cz> (via RH bugzilla)