2008-06-08 17:04:46 -04:00
|
|
|
Curl and libcurl 7.19.0
|
2003-09-22 17:38:52 -04:00
|
|
|
|
2008-06-04 12:05:48 -04:00
|
|
|
Public curl releases: 106
|
2008-06-08 16:53:49 -04:00
|
|
|
Command line options: 127
|
2008-07-30 17:57:27 -04:00
|
|
|
curl_easy_setopt() options: 153
|
2008-05-12 17:43:24 -04:00
|
|
|
Public functions in libcurl: 58
|
|
|
|
Public web site mirrors: 37
|
2007-10-31 05:21:31 -04:00
|
|
|
Known libcurl bindings: 36
|
2008-06-04 12:05:48 -04:00
|
|
|
Contributors: 654
|
2003-10-29 04:53:21 -05:00
|
|
|
|
2006-08-08 18:56:46 -04:00
|
|
|
This release includes the following changes:
|
2006-10-21 07:32:05 -04:00
|
|
|
|
2008-06-06 13:33:35 -04:00
|
|
|
o Added CURLINFO_PRIMARY_IP
|
2008-06-06 16:52:32 -04:00
|
|
|
o Added CURLOPT_CRLFILE and CURLE_SSL_CRL_BADFILE
|
|
|
|
o Added CURLOPT_ISSUERCERT and CURLE_SSL_ISSUER_ERROR
|
2008-06-08 16:53:49 -04:00
|
|
|
o curl's option parser for boolean options reworked
|
|
|
|
o Added --remote-name-all
|
2008-07-01 17:53:47 -04:00
|
|
|
o Now builds for the INTEGRITY operating system
|
2008-07-03 02:56:03 -04:00
|
|
|
o Added CURLINFO_APPCONNECT_TIME
|
2008-07-26 22:34:27 -04:00
|
|
|
o Added test selection by key word in runtests.pl
|
2008-07-30 17:24:59 -04:00
|
|
|
o the curl tool's -w option support the %{ssl_verify_result} variable
|
2008-07-30 17:55:26 -04:00
|
|
|
o Added CURLOPT_SCOPE and scope parsing of the URL according to RFC4007
|
2008-08-01 14:41:14 -04:00
|
|
|
o Support --append on SFTP uploads (not with OpenSSH, though)
|
2006-08-08 18:56:46 -04:00
|
|
|
|
2007-07-22 06:17:52 -04:00
|
|
|
This release includes the following bugfixes:
|
|
|
|
|
2008-06-12 20:03:12 -04:00
|
|
|
o Fixed curl-config --ca
|
2008-06-18 18:01:55 -04:00
|
|
|
o Fixed the multi interface connection re-use with NSS-built libcurl
|
2008-06-19 04:31:22 -04:00
|
|
|
o connection re-use when using the multi interface with pipelining enabled
|
2008-06-19 17:32:51 -04:00
|
|
|
o curl_multi_socket() socket callback fix for close/re-create sockets case
|
2008-06-20 06:43:32 -04:00
|
|
|
o SCP or SFTP over socks proxy crashed
|
2008-06-20 07:15:54 -04:00
|
|
|
o RC4-MD5 cipher now works with NSS-built libcurl
|
2008-06-22 16:38:16 -04:00
|
|
|
o range requests with --head are now done correctly
|
2008-07-01 23:04:56 -04:00
|
|
|
o fallback to gettimeofday when monotonic clock is unavailable at run-time
|
2008-06-30 09:07:05 -04:00
|
|
|
o range numbers could be made to wrongly get output as signed
|
2008-07-03 04:47:53 -04:00
|
|
|
o unexpected 1xx responses hung transfers
|
2008-07-07 16:37:07 -04:00
|
|
|
o FTP transfers segfault when using different CURLOPT_FTP_FILEMETHOD
|
2008-07-09 14:39:49 -04:00
|
|
|
o c-ares powered libcurls can resolve/use IPv6 addresses
|
2008-07-10 14:01:44 -04:00
|
|
|
o poll not working on Windows Vista due to POLLPRI being incorrectly used
|
2008-07-11 05:08:27 -04:00
|
|
|
o user-agent in CONNECT with non-HTTP protocols
|
2008-07-26 17:15:47 -04:00
|
|
|
o CURL_READFUNC_PAUSE problems fixed
|
2008-07-29 20:09:02 -04:00
|
|
|
o --use-ascii now works on Symbian OS, MS-DOS and OS/2
|
2008-07-30 17:24:59 -04:00
|
|
|
o CURLINFO_SSL_VERIFYRESULT is fixed
|
2008-07-31 18:46:29 -04:00
|
|
|
o FTP URLs and IPv6 URLs mangled when sent to proxy with CURLOPT_PORT set
|
2008-07-31 22:09:08 -04:00
|
|
|
o a user name in a proxy URL without a password was parsed incorrectly
|
2008-07-31 23:17:38 -04:00
|
|
|
o library will now be built with _REENTRANT symbol defined only if needed
|
2008-08-01 21:44:13 -04:00
|
|
|
o no longer link with gdi32 on Windows cross-compiled targets
|
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)
|
|
|
|
|
|
|
|
Other curl-related news:
|
|
|
|
|
2008-06-04 12:05:48 -04:00
|
|
|
o
|
2007-07-22 06:17:52 -04:00
|
|
|
|
|
|
|
New curl mirrors:
|
|
|
|
|
2008-03-30 05:22:45 -04:00
|
|
|
o
|
2007-07-22 06:17:52 -04:00
|
|
|
|
|
|
|
This release would not have looked like this without help, code, reports and
|
|
|
|
advice from friends like these:
|
|
|
|
|
2008-06-18 18:01:55 -04:00
|
|
|
Lenny Rachitsky, Axel Tillequin, Arnaud Ebalard, Yang Tse, Dan Fandrich,
|
2008-06-20 07:15:54 -04:00
|
|
|
Rob Crittenden, Dengminwen, Christopher Palow, Hans-Jurgen May,
|
2008-07-01 17:53:47 -04:00
|
|
|
Phil Pellouchoud, Eduard Bloch, John Lightsey, Stephen Collyer, Tor Arntsen,
|
2008-07-10 14:01:44 -04:00
|
|
|
Rolland Dudemaine, Phil Blundell, Scott Barrett, Andreas Schuldei,
|
2008-07-31 18:46:29 -04:00
|
|
|
Peter Lamberg, David Bau, Pramod Sharma
|
2008-06-30 09:07:05 -04:00
|
|
|
|
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)
|