From: Sander Striker Date: Sat, 27 Sep 2003 18:25:24 +0000 (+0000) Subject: * CHANGES X-Git-Tag: pre_ajp_proxy~1142 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ec221c66f3ffb1f870b57f7fcde35b61a28a6a10;p=apache * CHANGES Update to account for backport. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101329 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index b4ff6f98c8..0d6f6c2981 100644 --- a/CHANGES +++ b/CHANGES @@ -5,10 +5,6 @@ Changes with Apache 2.1.0-dev *) Log an error when requests for URIs which fail to map to a valid filesystem name are rejected with 403. [Jeff Trawick] - *) Fixed mod_usertrack to not get false positive matches on the - user-tracking cookie's name. PR 16661. - [Manni Wood ] - *) Fix mod_info to use the real config file name, not the default config file name. [Aryeh Katz ] @@ -237,6 +233,10 @@ Changes with Apache 2.1.0-dev Changes with Apache 2.0.48 + *) Fixed mod_usertrack to not get false positive matches on the + user-tracking cookie's name. PR 16661. + [Manni Wood ] + *) 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.