From: Nick Kew Date: Tue, 29 Jun 2004 17:04:23 +0000 (+0000) Subject: Retrospective entries for major update to mod_proxy and minor update X-Git-Tag: pre_ajp_proxy~118 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c2db0fba39deaf2968c7f25c1686ea4b4083cb3d;p=apache Retrospective entries for major update to mod_proxy and minor update to mod_deflate. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104086 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 6962f35bb9..955f740540 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,13 @@ Changes with Apache 2.1.0-dev [Remove entries to the current 2.0 section below, when backported] + *) mod_proxy: multiple bugfixes, principally support cookies in + ProxyPassReverse, and don't canonicalise URL passed to backend. + Documentation correspondingly updated. [Nick Kew ] + + *) mod_deflate: support gzip flags in inflate_out_filter + [Nick Kew ] + *) mod_log_config: Fix a bug which prevented request completion time from being logged for I_INSIST_ON_EXTRA_CYCLES_FOR_CLF_COMPLIANCE processing. PR 29696. [Alois Treindl ]