From: Stefan Fritsch Date: Wed, 14 Jul 2010 20:19:07 +0000 (+0000) Subject: Add CHANGES entry for r964156 X-Git-Tag: 2.3.7~88 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07f5ae6e3c68383da0ff985d058adf0cb54c4cd1;p=thirdparty%2Fapache%2Fhttpd.git Add CHANGES entry for r964156 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@964173 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index ddc8cca1561..9e4bb8f8f23 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,10 @@ Changes with Apache 2.3.7 + *) core/mod_authz_core: Introduce new access_checker_ex hook that enables + mod_authz_core to bypass authentication if access should be allowed by + IP address/env var/... [Stefan Fritsch] + *) core: Introduce note_auth_failure hook to allow modules to add support for additional auth types. This makes ap_note_auth_failure() work with mod_auth_digest again. PR 48807. [Stefan Fritsch]