summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2008-05-27 14:27:04 +0200
committerJeff Trawick <trawick@apache.org>2008-05-27 14:27:04 +0200
commit166545b2a45af4b022dd98f72b1e1a2ef1e7780a (patch)
tree1a0a16aa9abfe08162ba76ad314569f8818bc0c8 /CHANGES
parent* Handle the case that secure is NULL (diff)
downloadapache2-166545b2a45af4b022dd98f72b1e1a2ef1e7780a.tar.xz
apache2-166545b2a45af4b022dd98f72b1e1a2ef1e7780a.zip
mention fix in r659560
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@660485 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 2b6c48989d..a050ad9e91 100644
--- 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.