]> granicus.if.org Git - apache/commitdiff
Note scoreboard stuff in changes; leave the 'difficult' patches
authorNick Kew <niq@apache.org>
Sun, 7 May 2006 21:07:14 +0000 (21:07 +0000)
committerNick Kew <niq@apache.org>
Sun, 7 May 2006 21:07:14 +0000 (21:07 +0000)
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

CHANGES

diff --git a/CHANGES b/CHANGES
index 94832fe30721f5c93ad5eb7ad9788c361b3e59c0..e97103228612bced9338ae7bc3907f506c8f06c0 100644 (file)
--- 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 <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]