| 1 |
Curl and libcurl 7.10.8 is out! A bugfix release.
|
| 2 |
|
| 3 |
This release includes the following changes:
|
| 4 |
|
| 5 |
o CURLOPT_IPRESOLVE lets you select pure IPv6 or IPv4 resolved addresses
|
| 6 |
(curl offers the command line options -4/--ipv4 and -6/--ipv6)
|
| 7 |
o GSS-Negotiate works fine with the MIT kerberos library
|
| 8 |
o SPNEGO support added, if libcurl is built with the FBopenssl libraries,
|
| 9 |
curl_version_info() can return a feature bit for it and curl -V displays
|
| 10 |
SPNEGO as a feature if libcurl is built with it enabled.
|
| 11 |
o easy handles added to a multi handle now share DNS cache automaticly
|
| 12 |
o CURLINFO_HTTPAUTH_AVAIL and CURLINFO_PROXYAUTH_AVAIL were added
|
| 13 |
o CURLOPT_FTP_RESPONSE_TIMEOUT was added
|
| 14 |
o NTLM, Digest and GSS-Negotiate authentications should work even for HTTPS
|
| 15 |
over proxies
|
| 16 |
o curl supports multiple -T flags to allow serveral uploaded files using
|
| 17 |
a single command line
|
| 18 |
o CURLINFO_RESPONSE_CODE can return the last FTP response code
|
| 19 |
|
| 20 |
This release includes the following bugfixes:
|
| 21 |
|
| 22 |
o changed the curl_lock_function proto to prevent warnings on some compilers
|
| 23 |
o builds fine on QNX 6.2.x now
|
| 24 |
o PUT with --digest works now
|
| 25 |
o --anyauth that picks NTLM and then follows a redirect (and does NTLM again)
|
| 26 |
works now
|
| 27 |
o asynch resolves now work on NT4 too
|
| 28 |
o a DNS cache trash (possible segfault) was fixed
|
| 29 |
o runtests.pl clears all proxy environment variables before the test is run
|
| 30 |
o Microsoft's "Negotiate" authentication is now supported by the existing
|
| 31 |
GSSNEGOTIATE option.
|
| 32 |
o A set zero-length proxy name confused libcurl
|
| 33 |
o Digest authentication works again without OpenSSL on 64bit architectures
|
| 34 |
o configure --enable-thread works now
|
| 35 |
o buffer problems in the test suite's web server were fixed
|
| 36 |
o improved proxy password handling
|
| 37 |
o LDAP is again working nicely with the current OpenLDAP
|
| 38 |
o asynch name lookup for non-resolving hosts now return a proper error message
|
| 39 |
o CURLOPT_SSL_VERIFYHOST set to 1 no longer aborts if no CN field is
|
| 40 |
obtainable, it will merely warn about it.
|
| 41 |
o name resolve segfault with uClibc fixed
|
| 42 |
o multi interface and multi-part/formpost could end in segfault
|
| 43 |
o curl_multi_info_read() sets the msgs_in_queue to 0 when returning NULL
|
| 44 |
o multi interface, ares and non-resolving host caused a segfault
|
| 45 |
o minor single SSL memory leak fixed
|
| 46 |
o Setting CURLOPT_WRITEFUNCTION or CURLOPT_READFUNCTION to NULL resets them
|
| 47 |
to default.
|
| 48 |
|
| 49 |
Other curl-related news since the previous public release:
|
| 50 |
|
| 51 |
o TclCurl 0.10.7 was released.
|
| 52 |
|
| 53 |
This release would not have looked like this without help, code, reports and
|
| 54 |
advice from friends like these:
|
| 55 |
|
| 56 |
Loren Kirkby, Jeff Pohlmeyer, Antoine Calando, Gerd v. Egidy, Vincent
|
| 57 |
Sanders, John McGowan, Henrik Storner, Jörg Mueller-Tolk, Peter Pentchev,
|
| 58 |
Early Ehlinger, Kevin Fisk, Jurij Smakov, Bjorn Reese, Tim Bartley, David
|
| 59 |
Kimdon, Dominick Meglio, Markus Moeller, Giuseppe Attardi, James MacMillan,
|
| 60 |
Neil Spring
|
| 61 |
|
| 62 |
Thanks! (and sorry if I forgot to mention someone)
|