From: Ruediger Pluem Date: Wed, 26 Jul 2006 13:13:19 +0000 (+0000) Subject: * Sync with 2.2.x CHANGES file X-Git-Tag: 2.3.0~2203 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=75661df5494a7d24289d95a91c15c6a4ac8d7827;p=apache * Sync with 2.2.x CHANGES file git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@425728 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index bebe26749c..1c7fa84da5 100644 --- a/CHANGES +++ b/CHANGES @@ -51,9 +51,6 @@ Changes with Apache 2.3.0 The default is none as this is far greater debugging resolution than the typical administrator is prepared to untangle. [William Rowe] - *) mod_speling: Add directive to deal with case corrections only - and ignore other misspellings [Olivier Thereaux ] - *) mod_disk_cache: If possible, check if the size of an object to cache is within the configured boundaries before actually saving data. [Niklas Edmundsson ] @@ -66,18 +63,12 @@ Changes with Apache 2.3.0 LDAP client SDKs that don't support LDAP_SECURITY_ERROR macro. PR 39529. [Ray Price , Josh Fenlason ] - *) mod_cache: Do not overwrite the Content-Type in the cache, for - successfully revalidated cached objects. PR 39647. [Ruediger Pluem] - *) mod_disk_cache: Delete temporary files if they cannot be renamed to their final name. [Davi Arnaut ] *) Worker and event MPMs: Remove improper scoreboard updates which were performed in the event of a fork() failure. [Chris Darroch] - *) mod_cache: Make caching of reverse SSL proxies possible again. PR 39593. - [Ruediger Pluem, Joe Orton] - *) Add support for fcgi:// proxies to mod_rewrite. [Markus Schiegl ] @@ -89,15 +80,6 @@ Changes with Apache 2.3.0 *) Remove allocation of memory for unused array of lb_score pointers in ap_init_scoreboard(). [Chris Darroch ] - *) core, mod_http: add optional 'scheme://' prefix to ServerName directive. - For 'https', mod_http returns "https" for the ap_hook_http_scheme and - DEFAULT_HTTPS_PORT for ap_hook_default_port. This fixes Redirect - responses to requests for directories without a trailing slash when - httpd runs behind a proxy or offload device that processes SSL. It - also enables support for Subversion in that configuration. This change is - completely backwards compatible and passes the perl-framework. Minor - mmn bump because I add a field to server_rec. [Sander Temme] - *) Add mod_proxy_fcgi, a FastCGI back end for mod_proxy. [Garrett Rooney, Jim Jagielski, Paul Querna] @@ -175,18 +157,38 @@ Changes with Apache 2.3.0 Changes with Apache 2.2.3 + *) mod_cache: Do not overwrite the Content-Type in the cache, for + successfully revalidated cached objects. PR 39647. [Ruediger Pluem] + + *) mod_speling: Add directive to deal with case corrections only + and ignore other misspellings [Olivier Thereaux ] + *) mod_dbd: Fix dependence on virtualhost configuration in defining prepared statements (possible segfault at startup in user modules such as mod_authn_dbd). [Nick Kew] + *) Add optional 'scheme://' prefix to ServerName directive, + allowing correct determination of the canonical server URL + for use behind a proxy or offload device handling SSL; fixing + redirect generation in those cases. PR 33398. [Sander Temme] + + *) Added server_scheme field to server_rec for above. Minor MMN bump. + [Sander Temme] + + *) mod_cache: Make caching of reverse SSL proxies possible again. PR 39593. + [Ruediger Pluem, Joe Orton] + *) Worker MPM: On graceless shutdown or restart, send signals to each worker thread to wake them up if they're polling on a Keep-Alive connection. PR 38737. [Chris Darroch] - *) worker and event MPMs: fix excessive forking if fork() or child_init + *) worker and event MPMs: fix excessive forking if fork() or child_init take a long time. PR 39275. [Greg Ames, Jeff Trawick, Chris Darroch ] + *) configure: Add "--with-included-apr" flag to force use of the + bundled version of APR at build time. [Joe Orton] + *) Respect GracefulShutdownTimeout in the worker and event MPMs. [Chris Darroch, Garrett Rooney]