From: Ruediger Pluem Date: Thu, 1 Jun 2006 20:33:33 +0000 (+0000) Subject: * Sync with 2.2.x CHANGES X-Git-Tag: 2.3.0~2364 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f5127bdbb448fd38c22cb5d7a0baaae53009cb0b;p=apache * Sync with 2.2.x CHANGES git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@410942 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index e8e4843f6a..8166beffa5 100644 --- a/CHANGES +++ b/CHANGES @@ -38,9 +38,6 @@ Changes with Apache 2.3.0 completely backwards compatible and passes the perl-framework. Minor mmn bump because I add a field to server_rec. [Sander Temme] - *) mod_mem_cache: Set content type correctly when delivering data from - cache. PR 39266. [Ruediger Pluem] - *) worker and event MPMs: fix excessive forking if fork() or child_init take a long time. PR 39275. [Greg Ames, Jeff Trawick, Chris Darroch ] @@ -58,9 +55,6 @@ Changes with Apache 2.3.0 *) mod_ssl: Fix spurious hostname mismatch warning for valid wildcard certificates. PR 37911. [Nick Burch ] - *) Respect GracefulShutdownTimeout in the worker and event MPMs. - [Chris Darroch , Garrett Rooney] - *) Authz: Add the new module mod_authn_core that will provide common authn directives such as 'AuthType', 'AuthName'. Move the directives 'AuthType' and 'AuthName' out of the core module and merge mod_authz_alias @@ -125,6 +119,17 @@ Changes with Apache 2.3.0 Changes with Apache 2.2.3 + *) Respect GracefulShutdownTimeout in the worker and event MPMs. + [Chris Darroch, Garrett Rooney] + + *) mod_mem_cache: Set content type correctly when delivering data from + cache. PR 39266. [Ruediger Pluem] + + *) mod_autoindex: Fix filename escaping with FancyIndexing disabled. + PR 38910. [Robby Griffin ] + + *) mod_charset_lite: Bypass translation when the source and dest charsets + are the same. [Jeff Trawick] Changes with Apache 2.2.2