fielding 97/02/10 02:29:08
Modified: src CHANGES
Log:
missed one
Revision Changes Path
1.151 +6 -2 apache/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache/src/CHANGES,v
retrieving revision 1.150
retrieving revision 1.151
diff -C3 -r1.150 -r1.151
*** CHANGES 1997/02/10 10:24:48 1.150
--- CHANGES 1997/02/10 10:29:07 1.151
***************
*** 1,8 ****
Changes with Apache 1.2b7
! *) Fix handling of unsigned ints in ap_snprintf() on some chips such
as the DEC Alpha which is 64-bit but uses 32-bit ints.
! [Dean Gaudet, Ken Coar]
*) Return a 302 response code to the client when sending a redirect
due to a missing trailing '/' on a directory instead of a 301; now
--- 1,12 ----
Changes with Apache 1.2b7
! *) Fixed potential file descriptor leak in mod_asis; updated it and
! http__core to use pfopen/pfclose instead of fopen/fclose.
! [Randy Terbush and Roy Fielding]
!
! *) Fixed handling of unsigned ints in ap_snprintf() on some chips such
as the DEC Alpha which is 64-bit but uses 32-bit ints.
! [Dean Gaudet and Ken Coar]
*) Return a 302 response code to the client when sending a redirect
due to a missing trailing '/' on a directory instead of a 301; now