marc 97/01/29 18:51:46
Modified: src CHANGES
Log:
Update CHANGES file for commits I made.
Revision Changes Path
1.141 +6 -1 apache/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache/src/CHANGES,v
retrieving revision 1.140
retrieving revision 1.141
diff -C3 -r1.140 -r1.141
*** CHANGES 1997/01/30 02:42:56 1.140
--- CHANGES 1997/01/30 02:51:44 1.141
***************
*** 7,12 ****
--- 7,17 ----
This fixes a problem introduced in 1.2b5 with clients that send
an extra CRLF after a POST request. [Dean Gaudet]
+ *) Fix mod_rewrite bug which truncated the rewritten URL [Marc Slemko]
+
+ *) Fix mod_info output corruption bug introduced by buffer overflow
+ fixes. [Dean Gaudet]
+
Changes with Apache 1.2b6
*) Allow whitespace in imagemap mapfile coordinates. [Marc Slemko]
***************
*** 35,41 ****
[Jim Jagielski]
*) Migration from sprintf() to snprintf() to avoid buffer
! overflows. [Marc Slemco]
*) Provide portable snprintf() implementation (ap_snprintf)
as well as *cvt family. [Jim Jagielski]
--- 40,46 ----
[Jim Jagielski]
*) Migration from sprintf() to snprintf() to avoid buffer
! overflows. [Marc Slemko]
*) Provide portable snprintf() implementation (ap_snprintf)
as well as *cvt family. [Jim Jagielski]