aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-02-27 08:08:08 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-02-27 08:08:08 +0000
commitab44763cb7e574f314eefc92168ca21f1b1c68e6 (patch)
treebf91767f29ddc8fa05bfda6e49212a3047845ceb /CHANGES
parent3a80bb0a099c67d1e6ebe69e3b65a1cf27079c83 (diff)
updated with recent events
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES19
1 files changed, 19 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 6c96f633e..fc4d42373 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,25 @@
+Daniel (27 February 2004)
+- Joe Halpin made the FTP code send QUIT on the control connection before
+ disconnecting the TCP connection. This is waht good-behaving ftp clients
+ should do.
+
+Daniel (26 February 2004)
+- David Byron updated several files to make curl build fine on MSVC 6. He
+ also added the 'buildconf.bat' that works like the 'buildconf + configure'
+ combo does on unixes.
+
+- Gisle Vanem made the memdebug stuff support calloc() as well.
+
+- Tor Arntsen pointed out that testcurl.sh needed to remove the generated
+ files in order to have them re-generated in each build.
+
+- Andy Serpa found out that the share interface did not enjoy life when not
+ having the lock and unlock callbacks set, even though documented to be
+ OK. It still is OK, and now the code won't segfault anymore!
+
Daniel (25 February 2004)
- Based on a patch by Greg Hewgill I modified how long long is used in the
mprintf code, as we can use a 64bit type with MSVC that is a long long