mirror of
https://github.com/moparisthebest/curl
synced 2024-11-15 14:05:03 -05:00
82e095a275
easy handle if curl_easy_reset() was used between them. I fixed it and Brian verified that it cured his problem. - Brian Ulm reported that if you first tried to download a non-existing SFTP file and then fetched an existing one and re-used the handle, libcurl would still report the second one as non-existing as well! I fixed it abd Brian verified that it cured his problem.
63 lines
2.3 KiB
Plaintext
63 lines
2.3 KiB
Plaintext
Curl and libcurl 7.18.1
|
||
|
||
Public curl releases: 104
|
||
Command line options: 126
|
||
curl_easy_setopt() options: 150
|
||
Public functions in libcurl: 56
|
||
Public web site mirrors: 39
|
||
Known libcurl bindings: 36
|
||
Contributors: 621
|
||
|
||
This release includes the following changes:
|
||
|
||
o added support for HttpOnly cookies
|
||
o 'make ca-bundle' downloads and generates an updated ca bundle file
|
||
o we no longer distribute or install a ca cert bundle
|
||
o SSLv2 is now disabled by default for SSL operations
|
||
o the test509-style setting URL in callback is officially no longer supported
|
||
o support a full chain of certificates in a given PKCS12 certificate
|
||
o resumed transfers work with SFTP
|
||
|
||
This release includes the following bugfixes:
|
||
|
||
o improved pipelining
|
||
o improved strdup replacement
|
||
o GnuTLS-built libcurl failed when doing global cleanup and reinit
|
||
o error message problem when unable to resolve a host on Windows
|
||
o Accept: header replacing
|
||
o not verificating server certs with GnuTLS still failed if gnutls had
|
||
problems with the cert
|
||
o when using the multi interface and a handle is removed while still having
|
||
a transfer going on, the connection is now closed by force
|
||
o bad re-use of SSL connections in non-complete state
|
||
o test case 405 failures with GnuTLS builds
|
||
o crash when connection cache size is 1 and Curl_do() failed
|
||
o GnuTLS-built libcurl can now be forced to prefer SSLv3
|
||
o crash when doing Negotiate again on a re-used connection
|
||
o select/poll regression
|
||
o better MIT kerberos configure check
|
||
o curl_easy_reset() + SFTP re-used connection download crash
|
||
o SFTP non-existing file + SFTP existing file error
|
||
|
||
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 http://curl.cuendet.com/ is a new mirror in Atlanta, USA
|
||
|
||
This release would not have looked like this without help, code, reports and
|
||
advice from friends like these:
|
||
|
||
Michal Marek, Dmitry Kurochkin, Niklas Angebrand, G<>nter Knauf, Yang Tse,
|
||
Dan Fandrich, Mike Hommey, Pooyan McSporran, Jerome Muffat-Meridol,
|
||
Kaspar Brand, Gautam Kachroo, Zmey Petroff, Georg Lippitsch, Sam Listopad,
|
||
Anatoli Tubman, Mike Protts, Michael Calmer, Brian Ulm
|
||
|
||
Thanks! (and sorry if I forgot to mention someone)
|