two crashes removed
authorDaniel Stenberg <daniel@haxx.se>
Tue, 3 Apr 2001 12:37:48 +0000 (12:37 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 3 Apr 2001 12:37:48 +0000 (12:37 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index be583a4..da3e9e6 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,11 @@
 
                                History of Changes
 
+Daniel (3 April 2001)
+- Puneet Pawaia pointed out two serious problems. Libcurl would attempt to
+  read bad memory during situations when an (ftp) connection attempt failed.
+  Also, the lib/Makefile.vc6 was corrected.
+
 Daniel (29 March 2001)
 - Georg Horn mailed me some corrections for the Curl::easy perl interface.