From: Jeff Trawick Date: Thu, 12 Dec 2002 12:51:36 +0000 (+0000) Subject: Reflect that this fix was merged into Apache 2.0: X-Git-Tag: pre_ajp_proxy~2442 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ade3fb2fad15d674e3d63e65188dd226bdf5fa38;p=apache Reflect that this fix was merged into Apache 2.0: *) Reorder the definitions for mod_ldap and mod_auth_ldap within config.m4 to make sure the parent mod_ldap is defined first. This ensures that mod_ldap comes before mod_auth_ldap in the httpd.conf file, which is necessary for mod_auth_ldap to load. PR 14256 [Graham Leggett] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97895 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 54583aeeb9..1d256f27ac 100644 --- a/CHANGES +++ b/CHANGES @@ -24,18 +24,18 @@ Changes with Apache 2.1.0-dev *) Rewrite of aaa modules to an authn/authz model. [Dirk-Willem van Gulik, Justin Erenkrantz] - *) Reorder the definitions for mod_ldap and mod_auth_ldap within - config.m4 to make sure the parent mod_ldap is defined first. - This ensures that mod_ldap comes before mod_auth_ldap in the - httpd.conf file, which is necessary for mod_auth_ldap to load. - PR 14256 [Graham Leggett] - [Apache 2.1.0-dev includes those bug fixes and changes with the Apache 2.0.xx tree as documented, and except as noted, below.] Changes with Apache 2.0.45 + *) Reorder the definitions for mod_ldap and mod_auth_ldap within + config.m4 to make sure the parent mod_ldap is defined first. + This ensures that mod_ldap comes before mod_auth_ldap in the + httpd.conf file, which is necessary for mod_auth_ldap to load. + PR 14256 [Graham Leggett] + *) Fix the building of cgi command lines when the query string contains '='. PR 13914 [Ville Skyttä , Jeff Trawick]