summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2006-05-04 13:26:12 +0200
committerJeff Trawick <trawick@apache.org>2006-05-04 13:26:12 +0200
commitad2e15cd205d03416d2b6268081acc0871ad8e74 (patch)
tree17da022bfac17a4c36ceb3549cfbe3de025d317c /CHANGES
parentStop returning DECLINED from the output filter for proxy (diff)
downloadapache2-ad2e15cd205d03416d2b6268081acc0871ad8e74.tar.xz
apache2-ad2e15cd205d03416d2b6268081acc0871ad8e74.zip
mod_charset_lite: Bypass translation when the source and dest charsets
are the same. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@399668 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 995e42b09e..c29ff3b642 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,9 @@
Changes with Apache 2.3.0
[Remove entries to the current 2.0 and 2.2 section below, when backported]
+ *) mod_charset_lite: Bypass translation when the source and dest charsets
+ are the same. [Jeff Trawick]
+
*) mod_mem_cache: Set content type correctly when delivering data from
cache. PR 39266. [Ruediger Pluem]