]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add new modules to CHANGES
authorNick Kew <niq@apache.org>
Thu, 27 Oct 2011 00:16:24 +0000 (00:16 +0000)
committerNick Kew <niq@apache.org>
Thu, 27 Oct 2011 00:16:24 +0000 (00:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1189553 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index afc323ef89c307ee0bbf22671ff6d3cad1f8ff37..8a1f26b33f3d8a7a0e9c9c226710ee17f2dc6256 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -183,6 +183,14 @@ Changes with Apache 2.3.15
      in httpd.conf, and introduce an AuthnCacheEnable directive.
      PR 51991 [Nick Kew]
 
+  *) mod_xml2enc: new (formerly third-party) module supporting
+     internationalisation for filters via smart charset sniffing
+     and conversion. [Nick Kew]
+
+  *) mod_proxy_html: new (formerly third-party) module to fix up
+     HTML links in a reverse proxy situation, where a backend
+     generates URLs that are not resolvable by Clients. [Nick Kew]
+
 Changes with Apache 2.3.14
 
   *) mod_proxy_ajp: Improve trace logging.  [Rainer Jung]