From: Jeff Trawick Date: Sun, 28 Jul 2013 21:30:56 +0000 (+0000) Subject: remove pre_htaccess/open_htaccess noise now that open_htaccess hook X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98fc76c89611d5257d024247774d48ea9a79f1fc;p=thirdparty%2Fapache%2Fhttpd.git remove pre_htaccess/open_htaccess noise now that open_htaccess hook is in 2.4.x branch git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1507853 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 21711e59895..264bc70b562 100644 --- a/CHANGES +++ b/CHANGES @@ -9,9 +9,6 @@ Changes with Apache 2.5.0 *) core: Log a message at TRACE1 when the client aborts a connection. [Eric Covener] - *) core: Replace pre_htaccess hook with more flexible open_htaccess hook. - [Stefan Fritsch] - *) mod_authnz_ldap: Support primitive LDAP servers that do not accept filters, such as "SDBM-backed LDAP" on z/OS, by allowing a special filter "none" to be specified in AuthLDAPURL. [Eric Covener]