fixed ares-resolves and ip-only names
This commit is contained in:
parent
343291ce37
commit
a191fe028c
6
CHANGES
6
CHANGES
@ -7,6 +7,12 @@
|
|||||||
Changelog
|
Changelog
|
||||||
|
|
||||||
|
|
||||||
|
Daniel (4 October)
|
||||||
|
- Siddhartha Prakash Jain provided a patch with a fix for libcurl with ares,
|
||||||
|
when working on IP-only names as we then could return "wait" status when the
|
||||||
|
name in fact already was resolved. I edited the patch slightly to not expose
|
||||||
|
async details to non-ares aware source code.
|
||||||
|
|
||||||
Daniel (3 October)
|
Daniel (3 October)
|
||||||
- Neil Spring posted the debian bug report #213180, and pointed out that using
|
- Neil Spring posted the debian bug report #213180, and pointed out that using
|
||||||
the name 'access' in a function prototype is not very wise as some compilers
|
the name 'access' in a function prototype is not very wise as some compilers
|
||||||
|
@ -19,6 +19,7 @@ This release includes the following changes:
|
|||||||
|
|
||||||
This release includes the following bugfixes:
|
This release includes the following bugfixes:
|
||||||
|
|
||||||
|
o ares-built libcurl resolves IP-only names properly
|
||||||
o changed the curl_lock_function proto to prevent warnings on some compilers
|
o changed the curl_lock_function proto to prevent warnings on some compilers
|
||||||
o builds fine on QNX 6.2.x now
|
o builds fine on QNX 6.2.x now
|
||||||
o PUT with --digest works now
|
o PUT with --digest works now
|
||||||
@ -57,6 +58,6 @@ 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
|
Neil Spring, Siddhartha Prakash Jain
|
||||||
|
|
||||||
Thanks! (and sorry if I forgot to mention someone)
|
Thanks! (and sorry if I forgot to mention someone)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user