From: Ruediger Pluem Date: Wed, 28 May 2008 20:20:46 +0000 (+0000) Subject: * Add a comment X-Git-Tag: 2.2.9~84 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e147a5c73ea027cd85cfd3def118cae4506939ae;p=thirdparty%2Fapache%2Fhttpd.git * Add a comment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@661069 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index bcd0a8c8ab6..17581b8fd46 100644 --- 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: