1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

curl_share_cleanup fix

This commit is contained in:
Daniel Stenberg 2004-07-02 11:27:06 +00:00
parent d1d53b2bbf
commit 2046a6b9e5
2 changed files with 7 additions and 2 deletions

View File

@ -6,6 +6,10 @@
Changelog Changelog
Daniel (2 July 2004)
- Andrés García reported a curl_share_cleanup() crash that occurs when no
lock/unlock callbacks have been set and the share is cleaned up.
Daniel (1 July 2004) Daniel (1 July 2004)
- When using curl --trace or --trace-ascii, no trace messages that were sent - When using curl --trace or --trace-ascii, no trace messages that were sent
by curl_easy_cleanup() were included in the trace file. This made the by curl_easy_cleanup() were included in the trace file. This made the

View File

@ -19,6 +19,7 @@ This release includes the following changes:
This release includes the following bugfixes: This release includes the following bugfixes:
o curl_share_cleanup() crash fixed
o --trace files now get the final info lines too o --trace files now get the final info lines too
o multi interface connects fine to multi-IP resolving hosts 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) 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 didn't require any authentication
o win32 file:// transfer free memory bug o win32 file:// transfer free memory bug
o configure --disable-http builds a libcurl without HTTP support 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 builds fine with Borland on Windows again
o the msvc curllib.dsp now builds the libcurl.lib file again o the msvc curllib.dsp now builds the libcurl.lib file again
o builds fine on VMS again o builds fine on VMS again
@ -53,6 +54,6 @@ advice from friends like these:
Gisle Vanem, Vincent Bronner, Alexander Krasnostavsky, Chris Gaukroger, Gisle Vanem, Vincent Bronner, Alexander Krasnostavsky, Chris Gaukroger,
Günter Knauf, Marty Kuhrt, Kjetil Jacobsen, Steven Bazyl, Seshubabu Pasam, Günter Knauf, Marty Kuhrt, Kjetil Jacobsen, Steven Bazyl, Seshubabu Pasam,
Luca Alteas, Jean-Louis Lemaire, David Byron, David Cohen, Rob Stanzel, 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) Thanks! (and sorry if I forgot to mention someone)