You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-cvs@httpd.apache.org by ji...@apache.org on 2002/02/20 02:26:49 UTC

cvs commit: httpd-apreq Changes

jimw        02/02/19 17:26:49

  Modified:    .        Changes
  Log:
  update Changes file for release
  
  Revision  Changes    Path
  1.39      +11 -1     httpd-apreq/Changes
  
  Index: Changes
  ===================================================================
  RCS file: /home/cvs/httpd-apreq/Changes,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -u -r1.38 -r1.39
  --- Changes	30 Oct 2001 22:24:10 -0000	1.38
  +++ Changes	20 Feb 2002 01:26:49 -0000	1.39
  @@ -2,7 +2,17 @@
   
   =over 4
   
  -=item 0.33_01 - ?
  +=item 1.0 - February 21, 2002
  +
  +update to Apache Software License, Version 1.1
  +
  +work around bug in Mozilla 0.9.7, which fails to send a required
  +CRLF with each empty file field. [Joe Schaefer <jo...@sunstarsys.com>]
  +
  +ignore empty cookie attributes; replace ap_getword calls with
  +ap_getword_nulls for parsing "&" separator. brings the behavior of
  +Apache::Cookie closer to that of CGI::Cookie, and hopefully improves
  +the functionality of the C interface as well. [Maurice Aubrey]
   
   make apache_cookie.h c++ compatible [Simon Tam�s <si...@westel.hu>]