Newer
Older
Command line options: 126
Daniel Stenberg
committed
curl_easy_setopt() options: 150
Daniel Stenberg
committed
Public functions in libcurl: 56
Public web site mirrors: 39
Daniel Stenberg
committed
Known libcurl bindings: 36
Daniel Stenberg
committed
Contributors: 636
This release includes the following changes:
Daniel Stenberg
committed
o CURLFORM_STREAM was added
o CURLOPT_NOBODY is now supported over SFTP
Daniel Stenberg
committed
o curl -w redirect_url and CURLINFO_REDIRECT_URL
This release includes the following bugfixes:
Daniel Stenberg
committed
o CURLOPT_NOBODY first set to TRUE and then FALSE for HTTP no longer causes
the confusion that could lead to a hung transfer
Daniel Stenberg
committed
o curl_easy_reset() resets the max redirect limit properly
o configure now correctly recognizes Heimdal and MIT gssapi libraries
Daniel Stenberg
committed
o malloc() failure check in Negotiate
Daniel Stenberg
committed
o -i and -I together now work the same no matter what order they're used
o the typechecker can be bypassed by defining CURL_DISABLE_TYPECHECK
o a pointer mixup could make the FTP code send bad user+password under rare
circumstances (found when using curlftpfs)
Daniel Stenberg
committed
o CURLOPT_OPENSOCKETFUNCTION can now be used to create a unix domain socket
o CURLOPT_TCP_NODELAY crash due to getprotobyname() use
Daniel Stenberg
committed
o libcurl sometimes sent body twice when using CURLAUTH_ANY
Daniel Stenberg
committed
o configure detecting debug-enabled c-ares
This release includes the following known bugs:
o see docs/KNOWN_BUGS (http://curl.haxx.se/docs/knownbugs.html)
Other curl-related news:
o pycurl 7.18.1 was released: http://pycurl.sf.net/
o brand new curl Haskell binding:
http://hackage.haskell.org/cgi-bin/hackage-scripts/package/curl
This release would not have looked like this without help, code, reports and
advice from friends like these:
Michal Marek, Daniel Fandrich, Scott Barrett, Alexey Simak, Daniel Black,
Rafa Muyo, Andre Guibert de Bruet, Brock Noland, Sandor Feldi, Stefan Krause,
Daniel Stenberg
committed
David Shaw, Norbert Frese, Bart Whiteley, Jean-Francois Bertrand, Ben Van Hof,
Yuriy Sosov
Thanks! (and sorry if I forgot to mention someone)