From: Christophe Jaillet Date: Mon, 7 Mar 2016 20:05:10 +0000 (+0000) Subject: Remove another backported item X-Git-Tag: 2.5.0-alpha~1951 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e559b3fbde3296c5db1c0eebfd19415482d6a933;p=thirdparty%2Fapache%2Fhttpd.git Remove another backported item git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1733970 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 44527639616..6651869392e 100644 --- a/CHANGES +++ b/CHANGES @@ -155,10 +155,6 @@ Changes with Apache 2.5.0 *) mod_authnz_ldap: Return LDAP connections to the pool before the handler is run, instead of waiting until the end of the request. [Eric Covener] - *) mod_log_config: Add GlobalLog to allow a globally defined log to - be inherited by virtual hosts that define a CustomLog. - [Edward Lu ] - *) mod_proxy_html: support automatic detection of doctype and processing of FPIs. PR56285 [Micha Lenk , Nick Kew]