dgaudet     97/04/24 17:19:39

  Modified:    src       CHANGES
  Log:
  Updated with a few things that were missing.
  
  Revision  Changes    Path
  1.249     +18 -1     apache/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /export/home/cvs/apache/src/CHANGES,v
  retrieving revision 1.248
  retrieving revision 1.249
  diff -C3 -r1.248 -r1.249
  *** CHANGES   1997/04/24 23:35:18     1.248
  --- CHANGES   1997/04/25 00:19:37     1.249
  ***************
  *** 50,60 ****
    
      *) Configure would create a broken Makefile if the configuration file
         contained a commented-out Rule.  [Roy Fielding]
  ! 
      *) Promote per_dir_config and subprocess_env from the subrequest to the
         main request in mod_negotiation.  In particular this fixes a bug
         where <Files> sections wouldn't properly apply to negotiated content.
         [Dean Gaudet]
    
      *) Updated mod_rewrite to 3.0.4: Fixes HTTP redirects from within
         .htaccess files because the RewriteBase was not replaced correctly.
  --- 50,66 ----
    
      *) Configure would create a broken Makefile if the configuration file
         contained a commented-out Rule.  [Roy Fielding]
  !   
      *) Promote per_dir_config and subprocess_env from the subrequest to the
         main request in mod_negotiation.  In particular this fixes a bug
         where <Files> sections wouldn't properly apply to negotiated content.
         [Dean Gaudet]
  +   
  +   *) Fix a potential deadlock in mod_cgi script_err handling.
  +      [Ralf S. Engelschall]
  +   
  +   *) rotatelogs zero-pads the logfile names to improve alphabetic sorting.
  +      [Mitchell Blank Jr]
    
      *) Updated mod_rewrite to 3.0.4: Fixes HTTP redirects from within
         .htaccess files because the RewriteBase was not replaced correctly.
  ***************
  *** 71,76 ****
  --- 77,88 ----
      *) Redirect did not preserve ?query_strings when present in the client's
         request.  [Dean Gaudet]
    
  +   *) Configure was finding non-modules on EXTRA_LIBS. [Frank Cringle] PR#380
  +   
  +   *) Use /bin/sh5 on ultrix.  [P. Alejandro Lopez-Valencia] PR#369
  + 
  +   *) Add UnixWare compile/install instructions.  [Chuck Murcko]
  + 
      *) Add mod_example (illustration of API techniques).  [Ken Coar]
    
      *) Add macro for memmove to conf.h for SUNOS4. [Marc Slemko]
  ***************
  *** 81,86 ****
  --- 93,103 ----
      *) For hosts with multiple IP addresses, try all additional addresses if
         necessary to get a connect. Fail only if hostent address list is
         exhausted. [Chuck Murcko]
  + 
  +   *) More signed/unsigned port fixes.  [Dean Gaudet]
  + 
  +   *) HARD_SERVER_LIMIT can be defined in the Configuration file now.
  +      [Dean Gaudet]
    
    Changes with Apache 1.2b8
    
  
  
  

Reply via email to