You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by pc...@hyperreal.org on 1998/01/05 09:41:24 UTC

cvs commit: apachen/src CHANGES

pcs         98/01/05 00:41:24

  Modified:    src      CHANGES
  Log:
  Update with the WIN32 MT changes
  
  Revision  Changes    Path
  1.558     +5 -0      apachen/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /export/home/cvs/apachen/src/CHANGES,v
  retrieving revision 1.557
  retrieving revision 1.558
  diff -u -r1.557 -r1.558
  --- CHANGES	1998/01/03 00:18:31	1.557
  +++ CHANGES	1998/01/05 08:41:22	1.558
  @@ -1,5 +1,10 @@
   Changes with Apache 1.3b4
   
  +  *) WIN32: overhaul of multithreading code. Shutdowns are now graceful
  +     (connections are not dropped). Code can handle graceful restarts
  +     (but there is as yet no way to signal this to Apache). Various
  +     other cleanups. [Paul Sutton]
  +
     *) The aplog_error changes specific to 1.3 introduced a buffer
        overrun in the (now legacy) log_printf function.  Fixed.
        [Dean Gaudet]