From: Jeff Trawick Date: Tue, 27 May 2008 12:27:04 +0000 (+0000) Subject: mention fix in r659560 X-Git-Tag: 2.3.0~583 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=166545b2a45af4b022dd98f72b1e1a2ef1e7780a;p=thirdparty%2Fapache%2Fhttpd.git mention fix in r659560 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@660485 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 2b6c48989d1..a050ad9e91c 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 ] + *) 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.