]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Add a comment
authorRuediger Pluem <rpluem@apache.org>
Wed, 28 May 2008 20:20:46 +0000 (20:20 +0000)
committerRuediger Pluem <rpluem@apache.org>
Wed, 28 May 2008 20:20:46 +0000 (20:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@661069 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index bcd0a8c8ab62e620b3d2c93094b98eaa4747b9a0..17581b8fd46ade1726ae58ea37bdb44fd01c6ee9 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -113,6 +113,15 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      niq says: docs done; take MMN-on-backport as implicit.  One more
                vote required for 2.2.9
      +1: wrowe, niq
+     rpluem says: There is a problem with the new element interpolate_env in
+     proxy_dir_conf: To have the struct in the same order as in trunk we need to
+     add it BEFORE ftp_directory_charset as done in the patch. OTOH not adding
+     it to the end of the struct requires a MAJOR bump which we cannot do for
+     a backport. My proposal: Add interpolate_env to the end of proxy_dir_conf
+     in 2.2.x, do a minor bump of 2.2.x, swap the order of interpolate_env and
+     ftp_directory_charset on trunk and do a MAJOR bump on trunk (where it does
+     not really harm).
+     Apart from this problem I am +1.
 
    * mod_ssl: Add server name indication (RFC 4366) support (PR 34607).
       Trunk version of patches: