]> granicus.if.org Git - apache/commitdiff
mention fix in r659560
authorJeff Trawick <trawick@apache.org>
Tue, 27 May 2008 12:27:04 +0000 (12:27 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 27 May 2008 12:27:04 +0000 (12:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@660485 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 2b6c48989d1b71a6dd6f4511d122d2db50dd8b3b..a050ad9e91c7c2d4e59bdae86478f0913075f7cb 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,9 @@
 Changes with Apache 2.3.0
 [ When backported to 2.2.x, remove entry from this file ]
 
+  *) Fix garbled TRACE response on EBCDIC platforms.
+     [David Jones <oscaremma gmail.com>]
+
   *) core, authn/z: Determine registered authn/z providers directly in
      ap_setup_auth_internal(), which allows optional functions that just
      wrapped ap_list_provider_names() to be removed from authn/z modules.