2009-11-27 18:53:50 -05:00
|
|
|
Curl and libcurl 7.20.0
|
2003-09-22 17:38:52 -04:00
|
|
|
|
2009-11-04 08:11:43 -05:00
|
|
|
Public curl releases: 114
|
2010-01-23 15:14:39 -05:00
|
|
|
Command line options: 136
|
2010-01-21 08:58:30 -05:00
|
|
|
curl_easy_setopt() options: 174
|
2008-05-12 17:43:24 -04:00
|
|
|
Public functions in libcurl: 58
|
2009-11-29 14:12:00 -05:00
|
|
|
Known libcurl bindings: 39
|
2009-11-04 08:11:43 -05:00
|
|
|
Contributors: 761
|
2003-10-29 04:53:21 -05:00
|
|
|
|
2006-08-08 18:56:46 -04:00
|
|
|
This release includes the following changes:
|
2008-09-01 10:27:24 -04:00
|
|
|
|
2009-11-14 02:53:34 -05:00
|
|
|
o support SSL_FILETYPE_ENGINE for client certificate
|
2009-11-14 14:23:26 -05:00
|
|
|
o curl-config can now show the arguments used when building curl
|
2009-11-27 18:46:29 -05:00
|
|
|
o non-blocking TFTP
|
2009-12-07 15:25:17 -05:00
|
|
|
o send Expect: 100-continue for POSTs with unknown sizes
|
2010-01-21 08:58:30 -05:00
|
|
|
o added support for IMAP(S), POP3(S), SMTP(S) and RTSP
|
|
|
|
o added new curl_easy_setopt() options for SMTP and RTSP
|
2009-12-12 17:05:11 -05:00
|
|
|
o added --mail-from and --mail-rcpt for SMTP
|
2009-12-30 14:37:53 -05:00
|
|
|
o VMS build system enhancements
|
2010-01-01 09:44:44 -05:00
|
|
|
o added support for the PRET ftp command
|
2010-01-02 17:09:31 -05:00
|
|
|
o curl supports --ssl and --ssl-reqd
|
2010-01-23 15:14:39 -05:00
|
|
|
o added -J/--remote-header-name for using server-provided filename with -O
|
2010-01-27 13:10:35 -05:00
|
|
|
o enhanced asynchronous DNS lookups
|
2010-02-02 07:58:49 -05:00
|
|
|
o symbol CURL_FORMAT_OFF_T is obsoleted
|
2006-08-08 18:56:46 -04:00
|
|
|
|
2007-07-22 06:17:52 -04:00
|
|
|
This release includes the following bugfixes:
|
|
|
|
|
2009-11-04 18:09:17 -05:00
|
|
|
o progress meter percentage and transfer time estimates fixes
|
2009-11-05 10:04:03 -05:00
|
|
|
o portability enhancement for OS's without orthogonal directory tree structure
|
2009-11-11 04:01:43 -05:00
|
|
|
o progress meter/callback during FTP connection
|
2009-11-11 04:31:37 -05:00
|
|
|
o DNS cache timeout while transfer in progress
|
2009-11-11 16:15:34 -05:00
|
|
|
o compilation when configured --with-gssapi having GNU GSS installed
|
2009-11-13 21:30:30 -05:00
|
|
|
o SSL connection reused with mismatched protection level
|
2009-11-14 04:13:47 -05:00
|
|
|
o configure --with-nss is set but not "yes"
|
2009-11-17 13:11:06 -05:00
|
|
|
o don't store LDFLAGS in pkg-config file
|
2009-11-17 17:53:55 -05:00
|
|
|
o never-pruned DNS cached entries
|
2009-11-20 08:27:21 -05:00
|
|
|
o HTTP proxy tunnel re-used connection even if tunnel got disabled
|
2009-11-20 14:32:49 -05:00
|
|
|
o SSL lib post-close write
|
2009-11-23 08:56:45 -05:00
|
|
|
o curl failed to report write errors for tiny failed downloads
|
2009-11-27 18:46:29 -05:00
|
|
|
o TFTP BLKSIZE
|
2009-12-01 07:04:54 -05:00
|
|
|
o Expect: 100-continue handling when set by the application
|
2009-12-10 15:20:15 -05:00
|
|
|
o multi interface with OpenSSL read already freed memory when closing down
|
2009-12-10 16:02:11 -05:00
|
|
|
o --retry didn't do right for FTP transient errors
|
2009-12-14 18:16:09 -05:00
|
|
|
o some *_proxy environment variables didn't function
|
2009-12-17 08:29:41 -05:00
|
|
|
o libcurl-OpenSSL engine cleanup
|
2009-12-25 18:32:01 -05:00
|
|
|
o header include fix for FreeBSD versions before v8
|
2010-01-06 11:01:48 -05:00
|
|
|
o fragment part of URLs are no longer sent to the server
|
2010-01-06 18:04:17 -05:00
|
|
|
o progress callback called repeatedly with c-ares for resolving
|
2010-01-08 18:45:23 -05:00
|
|
|
o OpenSSL session id ref count leak
|
2010-01-11 16:38:35 -05:00
|
|
|
o progress callback called repeatedly during slow connects
|
2010-01-11 18:15:10 -05:00
|
|
|
o curl_multi_fdset() would return -1 too often during SCP/SFTP transfers
|
2010-01-19 16:39:10 -05:00
|
|
|
o FTP file size checks with ASCII transfers
|
2010-01-19 18:19:59 -05:00
|
|
|
o HTTP Cookie: headers sort cookies based on specified path lengths
|
2010-02-01 16:42:44 -05:00
|
|
|
o CURLM_CALL_MULTI_PERFORM fix for multi socket timeout calls
|
2010-02-09 04:35:48 -05:00
|
|
|
o libcurl data callback excessive length:
|
|
|
|
http://curl.haxx.se/docs/adv_20100209.html
|
2007-07-22 06:17:52 -04:00
|
|
|
|
|
|
|
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:
|
|
|
|
|
2009-11-11 16:19:49 -05:00
|
|
|
Yang Tse, Kamil Dudka, Christian Schmitz, Constantine Sapuntzakis,
|
2009-11-17 13:11:06 -05:00
|
|
|
Marco Maggi, Camille Moncelier, Claes Jakobsson, Kevin Baughman,
|
2009-11-27 18:46:29 -05:00
|
|
|
Marc Kleine-Budde, Jad Chamcham, Bjorn Augustsson, David Byron,
|
2009-12-14 18:16:09 -05:00
|
|
|
Markus Koetter, Chad Monroe, Martin Storsjo, Siegfried Gyuricsko,
|
2010-01-08 18:45:23 -05:00
|
|
|
Jon Nelson, Julien Chaffraix, Renato Botelho, Peter Pentchev, Ingmar Runge,
|
2010-01-23 15:14:39 -05:00
|
|
|
Johan van Selst, Charles Kerr, Gil Weber, David McCreedy, Chris Conroy,
|
2010-02-09 04:35:48 -05:00
|
|
|
Bjorn Stenberg, Mike Crowe, Joshua Kwan, Daniel Fandrich, Wesley Miaw
|
2008-01-28 16:19:15 -05:00
|
|
|
|
2003-09-22 17:38:52 -04:00
|
|
|
Thanks! (and sorry if I forgot to mention someone)
|