From: Jim Jagielski Date: Thu, 3 Jan 2008 13:39:31 +0000 (+0000) Subject: vote and promote X-Git-Tag: 2.0.62~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21a0aa15e74f6ec5bc93edc6971aa6ac60fa3a5b;p=thirdparty%2Fapache%2Fhttpd.git vote and promote git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@608483 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 1f2d0da30a4..d8a3fdb868e 100644 --- a/STATUS +++ b/STATUS @@ -116,6 +116,15 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] + * mod_proxy_ftp: Introduce the ProxyFtpDirCharset directive, allowing + the administrator to identify a default, or specific servers or paths + which list their contents in other-than ISO-8859-1 charset (e.g. utf-8). + [Ruediger Pluem] + trunk version; http://svn.apache.org/viewvc?view=rev&revision=607638 + backport; + http://people.apache.org/~rpluem/patches/mod_proxy_ftp_dir_listing-2.0.diff + +1: wrowe, rpluem, jim + PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ please place SVN revisions from trunk here, so it is easy to identify exactly what the proposed changes are! Add all new @@ -130,15 +139,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: do we need to make people opt-in for this behavior to backport it to 2.0.x? What mechanism? - * mod_proxy_ftp: Introduce the ProxyFtpDirCharset directive, allowing - the administrator to identify a default, or specific servers or paths - which list their contents in other-than ISO-8859-1 charset (e.g. utf-8). - [Ruediger Pluem] - trunk version; http://svn.apache.org/viewvc?view=rev&revision=607638 - backport; - http://people.apache.org/~rpluem/patches/mod_proxy_ftp_dir_listing-2.0.diff - +1: wrowe, rpluem - * Backport 164538: add ap_vhost_iterate_given_conn(). Trunk version of patch: http://svn.apache.org/viewvc?view=rev&revision=164538