]> granicus.if.org Git - apache/commitdiff
Add CHANGES entry for r964156
authorStefan Fritsch <sf@apache.org>
Wed, 14 Jul 2010 20:19:07 +0000 (20:19 +0000)
committerStefan Fritsch <sf@apache.org>
Wed, 14 Jul 2010 20:19:07 +0000 (20:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@964173 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index ddc8cca1561dceb603b2d8c4f3aa207db81396ba..9e4bb8f8f23c8bc3ddbd82b4199f71ff1f8ff51f 100644 (file)
--- 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]