From: Justin Erenkrantz Date: Fri, 18 May 2007 06:15:11 +0000 (+0000) Subject: Sync with 2.2.5 CHANGES X-Git-Tag: 2.3.0~1802 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de511d0aabc4268fcf115c2a38a5233247a9d2f6;p=thirdparty%2Fapache%2Fhttpd.git Sync with 2.2.5 CHANGES git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@539282 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 2291b826332..0e66f9e3f9c 100644 --- a/CHANGES +++ b/CHANGES @@ -5,12 +5,6 @@ Changes with Apache 2.3.0 *) mod_cache: Let Cache-Control max-age set the expiration of the cached representation if Expires is not set. [Justin Erenkrantz] - *) mod_disk_cache: Allow Vary'd responses to be refreshed properly. - [Justin Erenkrantz] - - *) mod_cache: Allow caching of requests with query arguments when - Cache-Control max-age is explicitly specified. [Justin Erenkrantz] - *) mod_so: Solve dev's confusion by reporting expected/seen module magic signatures when failing with a 'garbled' message, and solve user's confusion by pointing out 'perhaps compiled for a different @@ -120,9 +114,6 @@ Changes with Apache 2.3.0 *) mod_rewrite: support rewritemap by SQL query [Nick Kew] - *) mod_proxy: Print the correct error message for erroneous configured - ProxyPass directives. PR 40439. [serai lans-tv.com] - *) ap_get_server_version() has been removed. Third-party modules must now use ap_get_server_banner() or ap_get_server_description(). [Jeff Trawick] @@ -261,6 +252,24 @@ Changes with Apache 2.3.0 Changes with Apache 2.2.5 + *) mod_disk_cache: Allow Vary'd responses to be refreshed properly. + [Justin Erenkrantz] + + *) mod_cache: Allow caching of requests with query arguments when + Cache-Control max-age is explicitly specified. [Justin Erenkrantz] + + *) mod_proxy: Print the correct error message for erroneous configured + ProxyPass directives. PR 40439. [serai lans-tv.com] + + *) mod_so: Provide more helpful LoadModule feedback when an error occurs. + [William Rowe] + + *) mod_alias: Accept path components (URL part) in Redirects. PR 35314. + [Nick Kew] + + *) mod_headers: Allow % at the end of a Header value. PR 36609. + [Nick Kew, Ruediger Pluem] + *) mod_cache: Use the same cache key throughout the whole request processing to handle escaped URLs correctly. PR 41475. [Ruediger Pluem]