]> granicus.if.org Git - apache/commitdiff
Retrospective entries for major update to mod_proxy and minor update
authorNick Kew <niq@apache.org>
Tue, 29 Jun 2004 17:04:23 +0000 (17:04 +0000)
committerNick Kew <niq@apache.org>
Tue, 29 Jun 2004 17:04:23 +0000 (17:04 +0000)
to mod_deflate.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104086 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 6962f35bb92211526a8ae7ca671d0d36683746af..955f7405400b72e27b09ba2e297467546fce5baf 100644 (file)
--- 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 <nick webthing.com>]
+
+  *) mod_deflate: support gzip flags in inflate_out_filter
+     [Nick Kew <nick webthing.com>]
+
   *) 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 <alois astro.ch>]