From: Nick Kew Date: Sun, 7 May 2006 21:07:14 +0000 (+0000) Subject: Note scoreboard stuff in changes; leave the 'difficult' patches X-Git-Tag: 2.3.0~2399 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4905c434283f435025587d8b6f8528a963c39546;p=thirdparty%2Fapache%2Fhttpd.git Note scoreboard stuff in changes; leave the 'difficult' patches to see if they attract any more review. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@404851 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 94832fe3072..e9710322861 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,8 @@ Changes with Apache 2.3.0 [Remove entries to the current 2.0 and 2.2 section below, when backported] + *) Tidy up 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 @@ -11,9 +13,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_charset_lite: Bypass translation when the source and dest charsets - are the same. [Jeff Trawick] - *) mod_mem_cache: Set content type correctly when delivering data from cache. PR 39266. [Ruediger Pluem]