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 libcurl now closes all dead connections whenever you attempt to open a new
connection
Daniel Stenberg
committed
o libssh2's version number can now be figured out run-time instead of using
the build-time fixed number
Daniel Stenberg
committed
o CURLOPT_SEEKFUNCTION may now return CURL_SEEKFUNC_CANTSEEK
o curl can now upload with resume even when reading from a pipe
o a build-time configured curl_socklen_t is now used instead of socklen_t
This release includes the following bugfixes:
o NTLM authentication memory leak on SSPI enabled Windows builds
Daniel Stenberg
committed
o fixed the GnuTLS-using code to do correct return code checks
Daniel Stenberg
committed
o an alloc-related call in the OpenSSL-using code didn't check the return value
o curl_easy_duphandle() failed to duplicate cookies at times
o missing TELNET timeout support in Windows builds
o missing Curl_read() and write callback result checking in TELNET transfers
Daniel Stenberg
committed
o more ciphers enabled in libcurl built to use NSS
o properly return an error code in curl_easy_recv
o Sun compilers specific preprocessor block removed from curlbuild.h.dist
o allow creation of four way fat libcurl Mac OS X Framework
o several memory leaks in libcurl+NSS
Daniel Stenberg
committed
o improved the CURLOPT_NOBODY set to 0 confusions
Daniel Stenberg
committed
o persistent connections when doing FTP over a HTTP proxy
Daniel Stenberg
committed
o --libcurl bogus strings where other data was pointed to
Daniel Stenberg
committed
o crash related to FTP and "Re-used connection seems dead, get a new one"
Daniel Stenberg
committed
o CURLINFO_APPCONNECT_TIME with the multi interface
o Enhanced upload speeds on Windows
Daniel Stenberg
committed
o TFTP problems after a failed transfer to the same host
o improved out of the box TPF compatibility
o HTTP PUT protocol line endings portions mangled from CRLF to CRCRLF
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
Daniel Fandrich, Yang Tse, David James, Chris Deidun, Bill Egert,
Daniel Stenberg
committed
Andre Guibert de Bruet, Andreas Farber, Frank Hempel, Pierre Brico,
Daniel Stenberg
committed
Kamil Dudka, Jim Freeman, Daniel Johnson, Toshio Kuratomi, Martin Storsjo,
Daniel Stenberg
committed
Pramod Sharma, Gisle Vanem, Leanic Lefever, Rainer Koenig, Sven Wegener,
Tim Chen, Constantine Sapuntzakis, David McCreedy
Thanks! (and sorry if I forgot to mention someone)