mjc 96/07/10 07:38:05
Modified: src CHANGES
Log:
A bit late, but fix the CHANGES file
Revision Changes Path
1.41 +6 -3 apache/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache/src/CHANGES,v
retrieving revision 1.40
retrieving revision 1.41
diff -C3 -r1.40 -r1.41
*** CHANGES 1996/07/08 18:58:56 1.40
--- CHANGES 1996/07/10 14:38:04 1.41
***************
*** 1,5 ****
--- 1,8 ----
Changes with Apache 1.1.1:
+ *) Fixed bug where Cookie module would make two entries in the
+ logfile for each access [Mark Cox]
+
*) Fixed bug where Redirect in .htaccess files would cause memory
leak. [Nathan Neulinger]
***************
*** 62,70 ****
various security holes found and that we could no longer support
them.
! *) The "Set-Cookie" header is now special-special-cased to not
! 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]
--- 65,73 ----
various security holes found and that we could no longer support
them.
! *) The "Set-Cookie" header is now special-cased to not merge multiple
! instances, since certain popular browsers can not handle multiple
! Set-Cookie instructions in a single header. [Paul Sutton]
*) rprintf() added to buffer code, occurrences of sprintf removed.
[Ben Laurie]