mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
builds better on BeOS
This commit is contained in:
parent
aaddfa0181
commit
9d5c22d5ae
6
CHANGES
6
CHANGES
@ -7,6 +7,12 @@
|
|||||||
Changelog
|
Changelog
|
||||||
|
|
||||||
|
|
||||||
|
Daniel (5 October)
|
||||||
|
- Shared provided a few fixes to make libcurl build on BeOS
|
||||||
|
out-of-the-box. New code for BeOS-style non-blocking sockets, provided by
|
||||||
|
Shard and Jeremy Friesner. Modified the autoconf check for non-blocking
|
||||||
|
sockets to check for this kind too.
|
||||||
|
|
||||||
Daniel (4 October)
|
Daniel (4 October)
|
||||||
- Vincent Bronner pointed out that if you set CURLOPT_COOKIE for a transfer
|
- Vincent Bronner pointed out that if you set CURLOPT_COOKIE for a transfer
|
||||||
and then set it to NULL in a subsequent one, the previous cookie was still
|
and then set it to NULL in a subsequent one, the previous cookie was still
|
||||||
|
@ -19,6 +19,7 @@ This release includes the following changes:
|
|||||||
|
|
||||||
This release includes the following bugfixes:
|
This release includes the following bugfixes:
|
||||||
|
|
||||||
|
o builds fine on BeOS now
|
||||||
o CURLOPT_COOKIE set to NULL no longer sends the previously set cookie
|
o CURLOPT_COOKIE set to NULL no longer sends the previously set cookie
|
||||||
o if an FTP transfer used a bad path, the next transfer could fail too
|
o if an FTP transfer used a bad path, the next transfer could fail too
|
||||||
o ares-built libcurl resolves IP-only names properly
|
o ares-built libcurl resolves IP-only names properly
|
||||||
@ -60,6 +61,7 @@ advice from friends like these:
|
|||||||
Sanders, John McGowan, Henrik Storner, Jörg Mueller-Tolk, Peter Pentchev,
|
Sanders, John McGowan, Henrik Storner, Jörg Mueller-Tolk, Peter Pentchev,
|
||||||
Early Ehlinger, Kevin Fisk, Jurij Smakov, Bjorn Reese, Tim Bartley, David
|
Early Ehlinger, Kevin Fisk, Jurij Smakov, Bjorn Reese, Tim Bartley, David
|
||||||
Kimdon, Dominick Meglio, Markus Moeller, Giuseppe Attardi, James MacMillan,
|
Kimdon, Dominick Meglio, Markus Moeller, Giuseppe Attardi, James MacMillan,
|
||||||
Neil Spring, Siddhartha Prakash Jain, Jon Turner, Vincent Bronner
|
Neil Spring, Siddhartha Prakash Jain, Jon Turner, Vincent Bronner, Shard,
|
||||||
|
Jeremy Friesner
|
||||||
|
|
||||||
Thanks! (and sorry if I forgot to mention someone)
|
Thanks! (and sorry if I forgot to mention someone)
|
||||||
|
Loading…
Reference in New Issue
Block a user