Newer
Older
Daniel Stenberg
committed
curl_easy_setopt() options: 174
Daniel Stenberg
committed
Public functions in libcurl: 58
This release includes the following changes:
Daniel Stenberg
committed
o support SSL_FILETYPE_ENGINE for client certificate
Claes Jakobsson
committed
o curl-config can now show the arguments used when building curl
Daniel Stenberg
committed
o non-blocking TFTP
Daniel Stenberg
committed
o send Expect: 100-continue for POSTs with unknown sizes
Daniel Stenberg
committed
o added support for IMAP(S), POP3(S), SMTP(S) and RTSP
o added new curl_easy_setopt() options for SMTP and RTSP
o added --mail-from and --mail-rcpt for SMTP
o VMS build system enhancements
Daniel Stenberg
committed
o added support for the PRET ftp command
Daniel Stenberg
committed
o curl supports --ssl and --ssl-reqd
o added -J/--remote-header-name for using server-provided filename with -O
This release includes the following bugfixes:
Daniel Stenberg
committed
o progress meter percentage and transfer time estimates fixes
o portability enhancement for OS's without orthogonal directory tree structure
Daniel Stenberg
committed
o progress meter/callback during FTP connection
o DNS cache timeout while transfer in progress
o compilation when configured --with-gssapi having GNU GSS installed
o configure --with-nss is set but not "yes"
Daniel Stenberg
committed
o don't store LDFLAGS in pkg-config file
Daniel Stenberg
committed
o never-pruned DNS cached entries
Daniel Stenberg
committed
o HTTP proxy tunnel re-used connection even if tunnel got disabled
Daniel Stenberg
committed
o SSL lib post-close write
Daniel Stenberg
committed
o curl failed to report write errors for tiny failed downloads
Daniel Stenberg
committed
o TFTP BLKSIZE
Daniel Stenberg
committed
o Expect: 100-continue handling when set by the application
o multi interface with OpenSSL read already freed memory when closing down
Daniel Stenberg
committed
o --retry didn't do right for FTP transient errors
Daniel Stenberg
committed
o some *_proxy environment variables didn't function
Daniel Stenberg
committed
o libcurl-OpenSSL engine cleanup
Daniel Stenberg
committed
o header include fix for FreeBSD versions before v8
Claes Jakobsson
committed
o fragment part of URLs are no longer sent to the server
Daniel Stenberg
committed
o progress callback called repeatedly with c-ares for resolving
o OpenSSL session id ref count leak
o progress callback called repeatedly during slow connects
Daniel Stenberg
committed
o curl_multi_fdset() would return -1 too often during SCP/SFTP transfers
Daniel Stenberg
committed
o FTP file size checks with ASCII transfers
Daniel Stenberg
committed
o HTTP Cookie: headers sort cookies based on specified path lengths
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:
Yang Tse, Kamil Dudka, Christian Schmitz, Constantine Sapuntzakis,
Daniel Stenberg
committed
Marco Maggi, Camille Moncelier, Claes Jakobsson, Kevin Baughman,
Daniel Stenberg
committed
Marc Kleine-Budde, Jad Chamcham, Bjorn Augustsson, David Byron,
Daniel Stenberg
committed
Markus Koetter, Chad Monroe, Martin Storsjo, Siegfried Gyuricsko,
Jon Nelson, Julien Chaffraix, Renato Botelho, Peter Pentchev, Ingmar Runge,
Johan van Selst, Charles Kerr, Gil Weber, David McCreedy, Chris Conroy,
Daniel Stenberg
committed
Bjorn Stenberg, Mike Crowe
Thanks! (and sorry if I forgot to mention someone)