From: Sander Striker Date: Sat, 27 Sep 2003 18:18:12 +0000 (+0000) Subject: * CHANGES X-Git-Tag: pre_ajp_proxy~1143 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=11d0bb34c3b6a545b03fa89719a55e467c8b8a90;p=apache * CHANGES Update to account for backport. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101327 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index c785c339f0..b4ff6f98c8 100644 --- a/CHANGES +++ b/CHANGES @@ -12,12 +12,6 @@ Changes with Apache 2.1.0-dev *) Fix mod_info to use the real config file name, not the default config file name. [Aryeh Katz ] - *) This fixes the cache code so that responses can be cached - if they have an Expires header but no Etag or Last-Modified - headers. PR 23130. - [Submitted by: ] - [Reviewed by: Paul J. Reder] - *) Fix a couple of AIX xlc_r compiler issues in the code I just committed. [Paul J. Reder] @@ -243,6 +237,11 @@ Changes with Apache 2.1.0-dev Changes with Apache 2.0.48 + *) mod_cache: Fix the cache code so that responses can be cached + if they have an Expires header but no Etag or Last-Modified + headers. PR 23130. + [bjorn@exoweb.net] + *) Modify ap_get_client_block() to note if it has seen EOS. [Justin Erenkrantz]