Commit 08dbbdef authored by Jeff Trawick's avatar Jeff Trawick
Browse files

vote/promote


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1375081 13f79535-47bb-0310-9956-ffa450edef68
parent be4fc264
Loading
Loading
Loading
Loading
+14 −15
Original line number Diff line number Diff line
@@ -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)