You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by je...@apache.org on 2007/05/18 08:15:12 UTC

svn commit: r539282 - /httpd/httpd/trunk/CHANGES

Author: jerenkrantz
Date: Thu May 17 23:15:11 2007
New Revision: 539282

URL: http://svn.apache.org/viewvc?view=rev&rev=539282
Log:
Sync with 2.2.5 CHANGES

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?view=diff&rev=539282&r1=539281&r2=539282
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Thu May 17 23:15:11 2007
@@ -5,12 +5,6 @@
   *) 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 @@
 
   *) 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]
@@ -260,6 +251,24 @@
      [Martin Kraemer, David Reid]
 
 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]