Commit 4651b2a4 authored by Nick Kew's avatar Nick Kew
Browse files

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
parent a8b016dc
Loading
Loading
Loading
Loading
+2 −3
Changes for CHANGES: 2 added lines, 3 removed lines.
Original line number Diff line number Diff line
@@ -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 <chrisd pearsoncmg.com> ]
  *) 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]