You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Roy Fielding <fi...@hyperreal.com> on 1997/06/05 11:32:48 UTC

cvs commit: apache/src CHANGES

fielding    97/06/05 02:32:47

  Modified:    src       CHANGES
  Log:
  Filling gaps is a pain in the ass when the mailing list hits 1000/month.
  
  Revision  Changes    Path
  1.286     +19 -1     apache/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /export/home/cvs/apache/src/CHANGES,v
  retrieving revision 1.285
  retrieving revision 1.286
  diff -C3 -r1.285 -r1.286
  *** CHANGES	1997/05/30 20:56:36	1.285
  --- CHANGES	1997/06/05 09:32:46	1.286
  ***************
  *** 1,5 ****
  --- 1,7 ----
    Changes with Apache 1.2
    
  + Changes with Apache 1.2b11
  + 
      *) Fixed open timestamp fd in proxy_cache.c [Chuck Murcko]
    
      *) Added undocumented perl SSI mechanism for -DUSE_PERL_SSI and mod_perl.
  ***************
  *** 1733,1739 ****
      *) More directory handling bugs (reported by Cox)
         Parent Directory link is now set correctly. [Robert Thau]
    
  ! Changes with 0.5.1: [Hopefully complete]
    
      *) Generalized cleanup interface in alloc.c --- any function can be
         registered with alloc.c as a cleanup for a resource pool;
  --- 1735,1741 ----
      *) More directory handling bugs (reported by Cox)
         Parent Directory link is now set correctly. [Robert Thau]
    
  ! Changes with 0.5.1: [Hopefully complete]                  10 Apr 1995
    
      *) Generalized cleanup interface in alloc.c --- any function can be
         registered with alloc.c as a cleanup for a resource pool;
  ***************
  *** 1774,1776 ****
  --- 1776,1794 ----
         string) even if none came in with the request.  [Robert Thau]
    
      *) CHANGES file added to distribution ;-).
  + 
  + Changes with 0.4                                          02 Apr 1995
  + 
  +   *) Patches by Brian Behlendorf, Andrew Wilson, Robert Thau,
  +      and Rob Hartill.
  + 
  + Changes with 0.3                                          24 Mar 1995
  + 
  +   *) Patches by Robert Thau, David Robinson, Rob Hartill, and
  +      Carlos Varela
  + 
  + Changes with 0.2                                          18 Mar 1995
  + 
  +   *) Based on NCSA httpd 1.3 by Rob McCool and patches by CERT,
  +      Roy Fielding, Robert Thau, Nicolas Pioch, David Robinson,
  +      Brian Behlendorf, Rob Hartill, and Cliff Skolnick