From: Jeff Trawick Date: Tue, 13 May 2003 16:31:16 +0000 (+0000) Subject: reflect another fix merged to 2.0.46-dev X-Git-Tag: pre_ajp_proxy~1711 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e8a07b15d8f747a7e59112ef09a73ff94ea7fba5;p=thirdparty%2Fapache%2Fhttpd.git reflect another fix merged to 2.0.46-dev git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99790 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 1263208f9a0..1f8ef91cbf1 100644 --- a/CHANGES +++ b/CHANGES @@ -30,10 +30,6 @@ Changes with Apache 2.1.0-dev *) prefork MPM: Use the right permissions for the directory created for gprof support. [Jim Carlson ] - *) By default, use the same CC and CPP with which APR was built. - The user can override with CC and CPP environment variables. - [Jeff Trawick] - *) mod_log_config: Add the ability to log the id of the thread processing the request via new %P formats. [Jeff Trawick] @@ -176,6 +172,10 @@ Changes with Apache 2.1.0-dev Changes with Apache 2.0.46 + *) By default, use the same CC and CPP with which APR was built. + The user can override with CC and CPP environment variables. + [Jeff Trawick] + *) Fix ap_construct_url() so that it surrounds IPv6 literal address strings with []. This fixes certain types of redirection. PR 19207. [Jeff Trawick]