Newer
Older
Command line options: 132
curl_easy_setopt() options: 163
Daniel Stenberg
committed
Public functions in libcurl: 58
Contributors: 715
This release includes the following changes:
Daniel Stenberg
committed
o CURLOPT_FTPPORT (and curl's -P/--ftpport) support port ranges
Daniel Stenberg
committed
o Added CURLOPT_SSH_KNOWNHOSTS, CURLOPT_SSH_KEYFUNCTION, CURLOPT_SSH_KEYDATA
o CURLOPT_QUOTE, CURLOPT_POSTQUOTE and CURLOPT_PREQUOTE can be told to ignore
error responses when used with FTP
This release includes the following bugfixes:
o crash on bad socket close with FTP
Daniel Stenberg
committed
o leaking cookie memory when duplicate domains or paths were used
Daniel Stenberg
committed
o build fix for Symbian
Daniel Stenberg
committed
o CURLOPT_USERPWD set to NULL clears auth credentials
o libcurl-NSS build fixes
Daniel Stenberg
committed
o set Content-Length: with POST and PUT failed with NTLM auth
Daniel Stenberg
committed
o --no-buffer treated correctly
Daniel Stenberg
committed
o configure detection of GnuTLS now based on pkg-config
Daniel Stenberg
committed
o libcurl-NSS client cert handling segfaults
o curl uploading from stdin/pipes now works in non-blocking way so that it
continues the downloading even when the read stalls
o ftp credentials are added to the url if needed for http proxies
Daniel Stenberg
committed
o curl -o - sends data to stdout using binary mode on windows
o fixed the separators for "array" style string that CURLINFO_CERTINFO returns
o auth problem over several hosts with re-used connection
Daniel Stenberg
committed
o improved the support for client certificates in libcurl+NSS
o fix leak in gtls code
Daniel Stenberg
committed
o missing algorithms in libcurl+OpenSSL
Daniel Stenberg
committed
o with noproxy set you could still get a proxy if a proxy env was set
Daniel Stenberg
committed
o rand seeding on libcurl on windows built with OpenSSL was not thread-safe
o fixed the zero byte inserted in cert name flaw in libcurl+OpenSSL
This release includes the following known bugs:
o see docs/KNOWN_BUGS (http://curl.haxx.se/docs/knownbugs.html)
This release would not have looked like this without help, code, reports and
advice from friends like these:
Daniel Stenberg
committed
Yang Tse, Daniel Fandrich, Kamil Dudka, Caolan McNamara, Frank McGeough,
Andre Guibert de Bruet, Mike Crowe, Claes Jakobsson, John E. Malmberg,
Aaron Oneal, Igor Novoseltsev, Eric Wong, Bill Hoffman, Daniel Steinberg,
Fabian Keil, Michal Marek, Reuven Wachtfogel, Markus Koetter,
Daniel Stenberg
committed
Constantine Sapuntzakis, David Binderman, Johan van Selst, Alexander Beedie,
Tanguy Fautre, Scott Cantor
Thanks! (and sorry if I forgot to mention someone)