marc        97/11/14 08:07:24

  Modified:    src      CHANGES
  Log:
  Update CHANGES.
  
  Revision  Changes    Path
  1.511     +5 -3      apachen/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /export/home/cvs/apachen/src/CHANGES,v
  retrieving revision 1.510
  retrieving revision 1.511
  diff -u -r1.510 -r1.511
  --- CHANGES   1997/11/13 20:22:32     1.510
  +++ CHANGES   1997/11/14 16:07:22     1.511
  @@ -1,5 +1,8 @@
   Changes with Apache 1.3b3
   
  +  *) Remove strtoul() use from mod_proxy because it isn't available
  +     on all platforms.   [Marc Slemko] PR#1214
  +
     *) Some Win32 systems terminated all responses after 16 kB. This turns
        out to be a bug in Winsock - select() doesn't always return the
         correct status.  [Ben Laurie]
  @@ -8,9 +11,8 @@
        routine to ensure that they're not being used within a container
        (e.g., <Directory>) where they're invalid.  [Martin Kraemer]
   
  -  *) PORT: SUNOS now always defines SUNOS_LIB_PROTOTYPES because a
  -     recent change elsewhere left us without definitions for fgetc()
  -     and fgets() breaking compilation.  [Martin Kraemer, Ben Hyde]
  +  *) PORT: Recent changes made it necessary to add explicit prototype
  +     for fgetc() and fgets() on SunOS 4.x.  [Martin Kraemer, Ben Hyde]
   
     *) It was necessary to distinguish between resources which are
        allocated in the parent, for cleanup in the parent, and resources
  
  
  

Reply via email to