From: Ruediger Pluem Date: Sat, 5 Jan 2008 09:45:51 +0000 (+0000) Subject: * These are now backported. X-Git-Tag: 2.3.0~1057 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fb6981d9954859da67cdf6d3916f04bf8412bd31;p=apache * These are now backported. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@609114 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index dac3197b43..714d1db39c 100644 --- a/CHANGES +++ b/CHANGES @@ -2,21 +2,6 @@ Changes with Apache 2.3.0 [ When backported to 2.2.x, remove entry from this file ] - *) 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] - - *) mod_dav: Fix evaluation of If-Match * and If-None-Match * conditionals. - PR 38034 [Paritosh Shah ] - - *) mod_deflate: Transform ETag when transforming the entity. - PR 39727 [Henrik Nordstrom , Nick Kew] - - *) Add explicit charset to the output of various modules to work around - possible cross-site scripting flaws affecting web browsers that do not - derive the response character set as required by RFC2616. One of these - reported by SecurityReason [Joe Orton] - *) mod_ssl: Added server name indication support (RFC 4366). PR 34607. [Kaspar Brand ]