diff options
author | Jeff Trawick <trawick@apache.org> | 2008-05-27 14:27:04 +0200 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2008-05-27 14:27:04 +0200 |
commit | 166545b2a45af4b022dd98f72b1e1a2ef1e7780a (patch) | |
tree | 1a0a16aa9abfe08162ba76ad314569f8818bc0c8 /CHANGES | |
parent | * Handle the case that secure is NULL (diff) | |
download | apache2-166545b2a45af4b022dd98f72b1e1a2ef1e7780a.tar.xz apache2-166545b2a45af4b022dd98f72b1e1a2ef1e7780a.zip |
mention fix in r659560
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@660485 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,6 +2,9 @@ Changes with Apache 2.3.0 [ When backported to 2.2.x, remove entry from this file ] + *) Fix garbled TRACE response on EBCDIC platforms. + [David Jones <oscaremma gmail.com>] + *) core, authn/z: Determine registered authn/z providers directly in ap_setup_auth_internal(), which allows optional functions that just wrapped ap_list_provider_names() to be removed from authn/z modules. |