a96784b98e
overrun" (http://curl.haxx.se/bug/view.cgi?id=2026240) identifying two problems, and providing the fix for them: - CURL_READFUNC_PAUSE did in fact not pause the _sending_ of data that it is designed for but paused _receiving_ of data! - libcurl didn't internally set the read counter to zero when this return code was detected, which would potentially lead to junk getting sent to the server.
62 lines
2.1 KiB
Plaintext
62 lines
2.1 KiB
Plaintext
Curl and libcurl 7.19.0
|
|
|
|
Public curl releases: 106
|
|
Command line options: 127
|
|
curl_easy_setopt() options: 152
|
|
Public functions in libcurl: 58
|
|
Public web site mirrors: 37
|
|
Known libcurl bindings: 36
|
|
Contributors: 654
|
|
|
|
This release includes the following changes:
|
|
|
|
o Added CURLINFO_PRIMARY_IP
|
|
o Added CURLOPT_CRLFILE and CURLE_SSL_CRL_BADFILE
|
|
o Added CURLOPT_ISSUERCERT and CURLE_SSL_ISSUER_ERROR
|
|
o curl's option parser for boolean options reworked
|
|
o Added --remote-name-all
|
|
o Now builds for the INTEGRITY operating system
|
|
o Added CURLINFO_APPCONNECT_TIME
|
|
|
|
This release includes the following bugfixes:
|
|
|
|
o Fixed curl-config --ca
|
|
o Fixed the multi interface connection re-use with NSS-built libcurl
|
|
o connection re-use when using the multi interface with pipelining enabled
|
|
o curl_multi_socket() socket callback fix for close/re-create sockets case
|
|
o SCP or SFTP over socks proxy crashed
|
|
o RC4-MD5 cipher now works with NSS-built libcurl
|
|
o range requests with --head are now done correctly
|
|
o fallback to gettimeofday when monotonic clock is unavailable at run-time
|
|
o range numbers could be made to wrongly get output as signed
|
|
o unexpected 1xx responses hung transfers
|
|
o FTP transfers segfault when using different CURLOPT_FTP_FILEMETHOD
|
|
o c-ares powered libcurls can resolve/use IPv6 addresses
|
|
o poll not working on Windows Vista due to POLLPRI being incorrectly used
|
|
o user-agent in CONNECT with non-HTTP protocols
|
|
o CURL_READFUNC_PAUSE problems fixed
|
|
|
|
This release includes the following known bugs:
|
|
|
|
o see docs/KNOWN_BUGS (http://curl.haxx.se/docs/knownbugs.html)
|
|
|
|
Other curl-related news:
|
|
|
|
o
|
|
|
|
New curl mirrors:
|
|
|
|
o
|
|
|
|
This release would not have looked like this without help, code, reports and
|
|
advice from friends like these:
|
|
|
|
Lenny Rachitsky, Axel Tillequin, Arnaud Ebalard, Yang Tse, Dan Fandrich,
|
|
Rob Crittenden, Dengminwen, Christopher Palow, Hans-Jurgen May,
|
|
Phil Pellouchoud, Eduard Bloch, John Lightsey, Stephen Collyer, Tor Arntsen,
|
|
Rolland Dudemaine, Phil Blundell, Scott Barrett, Andreas Schuldei,
|
|
Peter Lamberg, David Bau
|
|
|
|
|
|
Thanks! (and sorry if I forgot to mention someone)
|