You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by st...@apache.org on 2002/09/25 01:10:57 UTC

cvs commit: httpd-dist Announcement2.html

striker     2002/09/24 16:10:57

  Modified:    .        Announcement2.html
  Log:
  Entity escaping.
  
  Revision  Changes    Path
  1.25      +14 -14    httpd-dist/Announcement2.html
  
  Index: Announcement2.html
  ===================================================================
  RCS file: /home/cvs/httpd-dist/Announcement2.html,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- Announcement2.html	24 Sep 2002 22:32:49 -0000	1.24
  +++ Announcement2.html	24 Sep 2002 23:10:56 -0000	1.25
  @@ -84,12 +84,12 @@
     *) Remove warnings with Sun's Forte compiler.  [Justin Erenkrantz]
   
     *) Fixed mod_disk_cache's generation of 304s
  -     [Kris Verbeeck <Kr...@ubizen.com>]
  +     [Kris Verbeeck &lt;Kris.Verbeeck@ubizen.com&gt;]
   
     *) Add support for using fnmatch patterns in the final path
        segment of an Include statement (eg.. include /foo/bar/*.conf).
        and remove the noise on stderr during config dir processing.
  -     [Joe Orton <jo...@redhat.com>]
  +     [Joe Orton &lt;jorton@redhat.com&gt;]
   
     *) mod_cache: cache_storage.c. Add the hostname and any request
        args to the key generated for caching. This provides a unique
  @@ -104,14 +104,14 @@
     *) Fix memory leak in core_output_filter.  [Justin Erenkrantz]
   
     *) Update OpenSSL detection to work on Darwin.
  -     [Sander Temme <sc...@covalent.net>]
  +     [Sander Temme &lt;sctemme@covalent.net&gt;]
   
     *) Update the xslt and css to give the documentation a more
        modern style.
  -     [Andr� Malo <nd...@perlig.de>, Gernot Winkler <gr...@o3media.de>]
  +     [Andr� Malo &lt;nd@perlig.de&gt;, Gernot Winkler &lt;greh@o3media.de&gt;]
   
     *) Fix some bucket memory leaks in the chunking code
  -     [Joe Schaefer <jo...@sunstarsys.com>]
  +     [Joe Schaefer &lt;joe+apache@sunstarsys.com&gt;]
   
     *) Add ModMimeUsePathInfo directive.  [Justin Erenkrantz]
   
  @@ -119,25 +119,25 @@
        CGI, etc) with optional CacheMaxStreamingBuffer setting [Brian Pane]
   
     *) Add image/x-icon to httpd.conf PR 10993.
  -     [Ian Holsman, Peter Bieringer <pb...@bieringer.de>]
  +     [Ian Holsman, Peter Bieringer &lt;pb@bieringer.de&gt;]
   
     *) Fix FileETags none operation.  PR 12207.
  -     [Justin Erenkrantz, Andrew Ho <an...@tellme.com>]
  +     [Justin Erenkrantz, Andrew Ho &lt;andrew@tellme.com&gt;]
   
     *) Restored the experimental leader/followers MPM to working
        condition and converted its thread synchronization from
        mutexes to atomic CAS.  [Brian Pane]
   
     *) Fix Logic on non-html file removal in mod_deflate
  -     [Kris Verbeeck <Kr...@ubizen.com>]
  +     [Kris Verbeeck &lt;Kris.Verbeeck@ubizen.com&gt;]
   
     *) Fix "ab -g"'s truncated year: the last digit was cut off.
  -     [Leon Brocard <ac...@astray.com>]
  +     [Leon Brocard &lt;acme@astray.com&gt;]
   
     *) mod_rewrite can now sets cookies in err_headers, uses the correct
        expiry date, and can now set the path as well
        PR 12132,12181,12172.
  -     [Ian Holsman / Rob Cromwell <ap...@robcromwell.com>]
  +     [Ian Holsman / Rob Cromwell &lt;apachechangelog@robcromwell.com&gt;]
   
     *) The content-length filter no longer tries to buffer up
        the entire output of a long-running request before sending
  @@ -161,9 +161,9 @@
        log file [Ian Holsman]
   
     *) Correct ISAPIReadAheadBuffer to default to 49152, per mod_isapi docs.
  -     [Andr� Malo, Astrid Ke�ler <ke...@kess-net.de>]
  +     [Andr� Malo, Astrid Ke�ler &lt;kess@kess-net.de&gt;]
   
  -  *) Fix Segfault in mod_cache. [Kris Verbeeck <Kr...@ubizen.com>]
  +  *) Fix Segfault in mod_cache. [Kris Verbeeck &lt;Kris.Verbeeck@ubizen.com&gt;]
   
     *) Fix a null pointer dereference in the merge_env_dir_configs
        function of the mod_env module. PR 11791
  @@ -185,14 +185,14 @@
        mod_ext_filter. PR 11793 [Paul J. Reder]
   
     *) mod-proxy: handle proxied responses with no status lines
  -     [JD Silvester <js...@uwo.ca>, Brett Huttley <br...@huttley.net>]
  +     [JD Silvester &lt;jsilves@uwo.ca&gt;, Brett Huttley &lt;brett@huttley.net&gt;]
   
     *) Fix bug where environment or command line arguments containing 
        non-ASCII-7 characters would cause the Win32 child process creation
        to fail.  PR 11854  [William Rowe]
   
     *) Bug #11213.. make module loading error messages more informative 
  -     [Ian Darwin <Ia...@darwinsys.com>]
  +     [Ian Darwin &lt;Ian779@darwinsys.com&gt;]
   
     *) thread safety & proxy-ftp [Alexey Panchenko alexey@liwest.ru, Ian Holsman]