From: Jeff Trawick Date: Mon, 14 Jul 2014 00:34:15 +0000 (+0000) Subject: remove entries for recently backported changes X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6393dba124d8ef3c44b44ef103db24938c057ed7;p=thirdparty%2Fapache%2Fhttpd.git remove entries for recently backported changes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1610329 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 83425522177..bc271583e6d 100644 --- a/CHANGES +++ b/CHANGES @@ -7,15 +7,6 @@ Changes with Apache 2.5.0 *) mod_proxy_ajp: Forward local IP address as a custom request attribute like we already do for the remote port. [Rainer Jung] - *) core: Include any error notes set by modules in the canned error - response for 403 errors. [Jeff Trawick] - - *) mod_ssl: Set an error note for requests rejected due to - SSLStrictSNIVHostCheck. [Jeff Trawick] - - *) mod_ssl: Fix issue with redirects to error documents when handling - SNI errors. [Jeff Trawick] - *) 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]