diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-07-02 11:27:06 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-07-02 11:27:06 +0000 |
commit | 2046a6b9e5fa59154c76c01bd1ebc34e6eb36f4b (patch) | |
tree | d31f2f181faa33e3ca38b8a4ee161735341703be /RELEASE-NOTES | |
parent | d1d53b2bbf4773146dafe7b634424227a9c4f140 (diff) | |
download | curl-2046a6b9e5fa59154c76c01bd1ebc34e6eb36f4b.tar.gz |
curl_share_cleanup fix
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index fa13661aa..3e413cfaa 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -19,6 +19,7 @@ This release includes the following changes: This release includes the following bugfixes: + o curl_share_cleanup() crash fixed o --trace files now get the final info lines too o multi interface connects fine to multi-IP resolving hosts o --limit-rate works on Mac OS X (and other systems with bad poll()s) @@ -30,7 +31,7 @@ This release includes the following bugfixes: didn't require any authentication o win32 file:// transfer free memory bug o configure --disable-http builds a libcurl without HTTP support - o CURLOPT_FILETIME had wrong type, it expects a long argument + o CURLOPT_FILETIME had wrong type in curl.h, it expects a long argument o builds fine with Borland on Windows again o the msvc curllib.dsp now builds the libcurl.lib file again o builds fine on VMS again @@ -53,6 +54,6 @@ advice from friends like these: Gisle Vanem, Vincent Bronner, Alexander Krasnostavsky, Chris Gaukroger, Günter Knauf, Marty Kuhrt, Kjetil Jacobsen, Steven Bazyl, Seshubabu Pasam, Luca Alteas, Jean-Louis Lemaire, David Byron, David Cohen, Rob Stanzel, - Niels van Tongeren + Niels van Tongeren, Andrés García Thanks! (and sorry if I forgot to mention someone) |