You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ni...@apache.org on 2006/05/07 23:07:15 UTC

svn commit: r404851 - /httpd/httpd/trunk/CHANGES

Author: niq
Date: Sun May  7 14:07:14 2006
New Revision: 404851

URL: http://svn.apache.org/viewcvs?rev=404851&view=rev
Log:
Note scoreboard stuff in changes; leave the 'difficult' patches
to see if they attract any more review.

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/CHANGES?rev=404851&r1=404850&r2=404851&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Sun May  7 14:07:14 2006
@@ -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
@@ -10,9 +12,6 @@
      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]     
-
-  *) 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]



Re: svn commit: r404851 - /httpd/httpd/trunk/CHANGES

Posted by Jeff Trawick <tr...@gmail.com>.
On 5/7/06, Nick Kew <ni...@webthing.com> wrote:
> On Sunday 07 May 2006 22:35, Jeff Trawick wrote:
>
>
> > "Remove some obsolete declarations and comments from scoreboard.h. [...]" ?
> >
> > The scoreboard looks the same AFAICT ;)  (Some programmers may care.)
>
> There's the memory fix too.

so extra memory was allocated on Win32 (is that where we do calloc?)

>  But it's also a placeholder for the two remaining
> patches, which are still under discussion.

okay, so when that's done then CHANGES will have some different text

Re: svn commit: r404851 - /httpd/httpd/trunk/CHANGES

Posted by Nick Kew <ni...@webthing.com>.
On Sunday 07 May 2006 22:35, Jeff Trawick wrote:


> "Remove some obsolete declarations and comments from scoreboard.h. [...]" ?
>
> The scoreboard looks the same AFAICT ;)  (Some programmers may care.)

There's the memory fix too.  But it's also a placeholder for the two remaining
patches, which are still under discussion.

-- 
Nick Kew

Re: svn commit: r404851 - /httpd/httpd/trunk/CHANGES

Posted by Jeff Trawick <tr...@gmail.com>.
On 5/7/06, niq@apache.org <ni...@apache.org> wrote:
> Author: niq
> Date: Sun May  7 14:07:14 2006
> New Revision: 404851
>
> URL: http://svn.apache.org/viewcvs?rev=404851&view=rev
> Log:
> Note scoreboard stuff in changes; leave the 'difficult' patches
> to see if they attract any more review.
>
> Modified:
>     httpd/httpd/trunk/CHANGES
>
> Modified: httpd/httpd/trunk/CHANGES
> URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/CHANGES?rev=404851&r1=404850&r2=404851&view=diff
> ==============================================================================
> --- httpd/httpd/trunk/CHANGES [utf-8] (original)
> +++ httpd/httpd/trunk/CHANGES [utf-8] Sun May  7 14:07:14 2006
> @@ -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> ]

"Remove some obsolete declarations and comments from scoreboard.h. [...]" ?

The scoreboard looks the same AFAICT ;)  (Some programmers may care.)