From: Brian Pane Date: Wed, 1 Jan 2003 01:00:21 +0000 (+0000) Subject: move mod_mime fix from 2.1.0 to 2.0.45 X-Git-Tag: pre_ajp_proxy~2351 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4e885d952b21814cab169e2bde67d41535c21553;p=apache move mod_mime fix from 2.1.0 to 2.0.45 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98137 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index f135a401c0..2974a5fec5 100644 --- a/CHANGES +++ b/CHANGES @@ -20,9 +20,6 @@ Changes with Apache 2.1.0-dev integer to apr_pstrcat. Changed to apr_psprintf. [Paul J. Reder] - *) mod_mime: Workaround to prevent a segfault if r->filename=NULL - [Brian Pane] - *) Added character set support to mod_auth_LDAP to allow it to convert extended characters used in the user ID to UTF-8 before authenticating against the LDAP directory. The new @@ -58,6 +55,9 @@ Changes with Apache 2.1.0-dev Changes with Apache 2.0.45 + *) mod_mime: Workaround to prevent a segfault if r->filename=NULL + [Brian Pane] + *) 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