You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by fa...@locus.apache.org on 2000/08/19 07:55:26 UTC

cvs commit: apache-2.0/src CHANGES

fanf        00/08/18 22:55:26

  Modified:    src      CHANGES
  Log:
  whitespace fixes
  
  Revision  Changes    Path
  1.206     +3 -0      apache-2.0/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/CHANGES,v
  retrieving revision 1.205
  retrieving revision 1.206
  diff -u -u -r1.205 -r1.206
  --- CHANGES	2000/08/18 17:45:39	1.205
  +++ CHANGES	2000/08/19 05:55:26	1.206
  @@ -1,6 +1,7 @@
   Changes with Apache 2.0a7
   
   Changes with Apache 2.0a6
  +
     *) Add support to Apache and APR for dsos on OS/390.  [Greg Ames]
   
     *) Add a chunking filter to Apache.  This brings us one step closer
  @@ -41,6 +42,7 @@
        [Jeff Trawick]
   
   Changes with Apache 2.0a5
  +
     *) Perchild is serving pages after passing them to different child
        processes.  There are still a lot of bugs, but this does work.  I
        have made requests against the same installation of Apache, and had
  @@ -308,6 +310,7 @@
        [Ryan Bloom]
   
   Changes with Apache 2.0a4
  +
     *) EBCDIC: Rearrange calls to ap_checkconv() so that most handlers
        won't need to call it.  [Greg Ames, Jeff Trawick]