From: Jeff Trawick Date: Mon, 20 Aug 2012 15:59:20 +0000 (+0000) Subject: vote/promote X-Git-Tag: 2.2.23~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d44f173dff41b63ba864e75351b249f10ef1e15;p=thirdparty%2Fapache%2Fhttpd.git vote/promote git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1375081 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 1a1d6b21ef2..6f188deff2e 100644 --- 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 (via RH bugzilla)