ben         96/06/22 06:32:25

  Modified:    src       CHANGES
  Log:
  Correct spelling/grammar. Reintroduce attributions (where I can remember 
them).
  
  Revision  Changes    Path
  1.34      +16 -12    apache/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /export/home/cvs/apache/src/CHANGES,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -C3 -r1.33 -r1.34
  *** CHANGES   1996/06/21 20:12:06     1.33
  --- CHANGES   1996/06/22 13:32:23     1.34
  ***************
  *** 1,10 ****
  !   *) Allow ScanHTMLTitles to work with lowercase <title> tags.
    
    Changes with Apache 1.1b4:
    
  !   *) r->bytes_sent variable restored
    
  !   *) Previously broken multi-method <Limit> parsing fixed.
    
      *) More possibly unsecure programs removed from the support directory.
    
  --- 1,13 ----
  !   *) Allow ScanHTMLTitles to work with lowercase <title> tags. [Alexei 
Kosut]
  ! 
  !   *) Bugs which were fixed:
  !     a) yet more mod_proxy bugs [Ben Laurie]
    
    Changes with Apache 1.1b4:
    
  !   *) r->bytes_sent variable restored. [Robert Thau]
    
  !   *) Previously broken multi-method <Limit> parsing fixed. [Robert Thau]
    
      *) More possibly unsecure programs removed from the support directory.
    
  ***************
  *** 13,19 ****
      *) VirtualHosts based on Host: headers no longer conflict with the
         Listen directive.
    
  !   *) OS/2 compatibility enhancements.
    
      *) POST now allowed to directory index CGI scripts.
    
  --- 16,22 ----
      *) VirtualHosts based on Host: headers no longer conflict with the
         Listen directive.
    
  !   *) OS/2 compatibility enhancements. [Gary Smiley]
    
      *) POST now allowed to directory index CGI scripts.
    
  ***************
  *** 35,43 ****
         merge multiple instances, since certain popular browsers can not 
         handle multiple Set-Cookie instructions in a single header.
    
  !   *) rprintf() added to buffer code, occurances of sprintf removed.
    
  !   *) CONNECT method for proxy module, which means tunning SSL should work.
         (No crypto needed)  Also a NoCache config directive.
    
      *) Several API additions: pstrndup(), table_unset() and get_token()
  --- 38,47 ----
         merge multiple instances, since certain popular browsers can not 
         handle multiple Set-Cookie instructions in a single header.
    
  !   *) rprintf() added to buffer code, occurrences of sprintf removed.
  !      [Ben Laurie]
    
  !   *) CONNECT method for proxy module, which means tunneling SSL should work.
         (No crypto needed)  Also a NoCache config directive.
    
      *) Several API additions: pstrndup(), table_unset() and get_token()
  ***************
  *** 47,73 ****
         URL's.
    
      *) New "info" module which reports on installed module set through a 
  !      special URL, a la mod_status
    
      *) "ServerPath" directive added - allows for graceful transition
         for Host:-header-based virtual hosts.
    
  !   *) Anonymous authentication module improvements
    
  !   *) MSQL authentication module improvements
    
  !   *) Status module design improved - output now tables-based
    
      *) htdigest utility included for use with digest authentication
         module.
     
      *) mod_negotiation: Accept values with wildcards to be treated with
         less priority than those without wildcards at the same quality
  !      value.
    
      *) Bugs which were fixed:
        a) numerous mod_proxy bugs
  !     b) CGI early-termination bug 
        c) Keepalives not working with virtual hosts
        d) RefererIgnore problems
        e) closing fd's twice in mod_include (causing core dumps on
  --- 51,77 ----
         URL's.
    
      *) New "info" module which reports on installed module set through a 
  !      special URL, a la mod_status.
    
      *) "ServerPath" directive added - allows for graceful transition
         for Host:-header-based virtual hosts.
    
  !   *) Anonymous authentication module improvements.
    
  !   *) MSQL authentication module improvements.
    
  !   *) Status module design improved - output now table-based. [Ben Laurie]
    
      *) htdigest utility included for use with digest authentication
         module.
     
      *) mod_negotiation: Accept values with wildcards to be treated with
         less priority than those without wildcards at the same quality
  !      value. [Alexei Kosut]
    
      *) Bugs which were fixed:
        a) numerous mod_proxy bugs
  !     b) CGI early-termination bug [Ben Laurie]
        c) Keepalives not working with virtual hosts
        d) RefererIgnore problems
        e) closing fd's twice in mod_include (causing core dumps on
  
  
  

Reply via email to