From: William A. Rowe Jr Date: Sat, 4 Feb 2006 19:09:08 +0000 (+0000) Subject: Sync X-Git-Tag: 2.3.0~2563 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=585175b6c464d136e21635ff8af4e9bba9383213;p=thirdparty%2Fapache%2Fhttpd.git Sync git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@374911 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index e122649fe93..5aafe189b33 100644 --- a/CHANGES +++ b/CHANGES @@ -2,11 +2,6 @@ Changes with Apache 2.3.0 [Remove entries to the current 2.0 and 2.2 section below, when backported] - *) Modify apr[util] .h detection to avoid breakage on VPATH builds - using Solaris make (amoung others) and avoid breakage in ./buildconf - when srclib/apr[-util] are symlinks rather than directories proper. - [William Rowe] - *) mod_speling: Stop crashing with certain non-file requests. [Jeff Trawick] *) mod_proxy_ajp: Support common headers of the AJP protocol in responses. @@ -101,15 +96,20 @@ Changes with Apache 2.2.1 ErrorDocument is configured, or if using "SSLEngine optional"). PR 37791. [Rüdiger Plüm, Joe Orton] - *) Chunk filter: Fix chunk filter to create correct chunks in the case that - a flush bucket is surrounded by data buckets. [Ruediger Pluem] - *) SECURITY: CVE-2005-3352 (cve.mitre.org) mod_imagemap: Escape untrusted referer header before outputting in HTML to avoid potential cross-site scripting. Change also made to ap_escape_html so we escape quotes. Reported by JPCERT. [Mark Cox] + *) Modify apr[util] .h detection to avoid breakage on VPATH builds + using Solaris make (amoung others) and avoid breakage in ./buildconf + when srclib/apr[-util] are symlinks rather than directories proper. + [William Rowe] + + *) Chunk filter: Fix chunk filter to create correct chunks in the case that + a flush bucket is surrounded by data buckets. [Ruediger Pluem] + *) Fix syntax error in httpd.h with strict compilers. PR 38740. [Per Olausson ]