2008-06-09 01:04:46 +04:00
|
|
|
Curl and libcurl 7.19.0
|
2003-09-23 01:38:52 +04:00
|
|
|
|
2008-06-04 20:05:48 +04:00
|
|
|
Public curl releases: 106
|
2008-06-09 00:53:49 +04:00
|
|
|
Command line options: 127
|
2008-07-31 01:57:27 +04:00
|
|
|
curl_easy_setopt() options: 153
|
2008-05-13 01:43:24 +04:00
|
|
|
Public functions in libcurl: 58
|
2007-10-31 12:21:31 +03:00
|
|
|
Known libcurl bindings: 36
|
2008-06-04 20:05:48 +04:00
|
|
|
Contributors: 654
|
2003-10-29 12:53:21 +03:00
|
|
|
|
2006-08-09 02:56:46 +04:00
|
|
|
This release includes the following changes:
|
2008-09-01 18:27:24 +04:00
|
|
|
|
|
|
|
o curl_off_t gets its size/typedef somewhat differently than before. This _may_
|
|
|
|
cause an ABI change for you. See lib/README.curl_off_t for a full explanation.
|
2006-10-21 15:32:05 +04:00
|
|
|
|
2008-06-06 21:33:35 +04:00
|
|
|
o Added CURLINFO_PRIMARY_IP
|
2008-06-07 00:52:32 +04:00
|
|
|
o Added CURLOPT_CRLFILE and CURLE_SSL_CRL_BADFILE
|
|
|
|
o Added CURLOPT_ISSUERCERT and CURLE_SSL_ISSUER_ERROR
|
2008-06-09 00:53:49 +04:00
|
|
|
o curl's option parser for boolean options reworked
|
|
|
|
o Added --remote-name-all
|
2008-07-02 01:53:47 +04:00
|
|
|
o Now builds for the INTEGRITY operating system
|
2008-07-03 10:56:03 +04:00
|
|
|
o Added CURLINFO_APPCONNECT_TIME
|
2008-07-27 06:34:27 +04:00
|
|
|
o Added test selection by key word in runtests.pl
|
2008-07-31 01:24:59 +04:00
|
|
|
o the curl tool's -w option support the %{ssl_verify_result} variable
|
2008-08-04 01:50:56 +04:00
|
|
|
o Added CURLOPT_ADDRESS_SCOPE and scope parsing of the URL according to RFC4007
|
2008-08-01 22:41:14 +04:00
|
|
|
o Support --append on SFTP uploads (not with OpenSSH, though)
|
2008-08-07 04:29:08 +04:00
|
|
|
o Added curlbuild.h and curlrules.h to the external library interface
|
2006-08-09 02:56:46 +04:00
|
|
|
|
2007-07-22 14:17:52 +04:00
|
|
|
This release includes the following bugfixes:
|
|
|
|
|
2008-06-13 04:03:12 +04:00
|
|
|
o Fixed curl-config --ca
|
2008-06-19 02:01:55 +04:00
|
|
|
o Fixed the multi interface connection re-use with NSS-built libcurl
|
2008-06-19 12:31:22 +04:00
|
|
|
o connection re-use when using the multi interface with pipelining enabled
|
2008-06-20 01:32:51 +04:00
|
|
|
o curl_multi_socket() socket callback fix for close/re-create sockets case
|
2008-06-20 14:43:32 +04:00
|
|
|
o SCP or SFTP over socks proxy crashed
|
2008-06-20 15:15:54 +04:00
|
|
|
o RC4-MD5 cipher now works with NSS-built libcurl
|
2008-06-23 00:38:16 +04:00
|
|
|
o range requests with --head are now done correctly
|
2008-07-02 07:04:56 +04:00
|
|
|
o fallback to gettimeofday when monotonic clock is unavailable at run-time
|
2008-06-30 17:07:05 +04:00
|
|
|
o range numbers could be made to wrongly get output as signed
|
2008-07-03 12:47:53 +04:00
|
|
|
o unexpected 1xx responses hung transfers
|
2008-07-08 00:37:07 +04:00
|
|
|
o FTP transfers segfault when using different CURLOPT_FTP_FILEMETHOD
|
2008-07-09 22:39:49 +04:00
|
|
|
o c-ares powered libcurls can resolve/use IPv6 addresses
|
2008-07-10 22:01:44 +04:00
|
|
|
o poll not working on Windows Vista due to POLLPRI being incorrectly used
|
2008-07-11 13:08:27 +04:00
|
|
|
o user-agent in CONNECT with non-HTTP protocols
|
2008-07-27 01:15:47 +04:00
|
|
|
o CURL_READFUNC_PAUSE problems fixed
|
2008-07-30 04:09:02 +04:00
|
|
|
o --use-ascii now works on Symbian OS, MS-DOS and OS/2
|
2008-07-31 01:24:59 +04:00
|
|
|
o CURLINFO_SSL_VERIFYRESULT is fixed
|
2008-08-01 02:46:29 +04:00
|
|
|
o FTP URLs and IPv6 URLs mangled when sent to proxy with CURLOPT_PORT set
|
2008-08-01 06:09:08 +04:00
|
|
|
o a user name in a proxy URL without a password was parsed incorrectly
|
2008-08-01 07:17:38 +04:00
|
|
|
o library will now be built with _REENTRANT symbol defined only if needed
|
2008-08-02 05:44:13 +04:00
|
|
|
o no longer link with gdi32 on Windows cross-compiled targets
|
2008-08-05 02:00:22 +04:00
|
|
|
o HTTP PUT with -C - sent bad Content-Range: header
|
|
|
|
o HTTP PUT or POST with redirect could lead to hang
|
2008-08-05 02:07:50 +04:00
|
|
|
o re-use of connections with failed SSL connects in the multi interface
|
2008-08-11 23:26:01 +04:00
|
|
|
o NTLM over proxy state was wrongly cleared when host connection was closed
|
2008-08-12 00:29:36 +04:00
|
|
|
o Windows SSPI DLL loading is now done in curl_global_init()
|
2008-08-12 11:21:39 +04:00
|
|
|
o runtests.pl has an improved find-stunnel-and-invoke
|
2008-08-13 04:43:46 +04:00
|
|
|
o FTP sessions could go out of sync on a long header boundary condition
|
|
|
|
o potential buffer overflows in the MS-DOS command-line port fixed
|
|
|
|
o --stderr is now honoured with the -v option
|
2008-08-20 23:29:00 +04:00
|
|
|
o memory leak in libcurl on Windows built with OpenSSL
|
2008-08-22 15:11:33 +04:00
|
|
|
o improved curl_m*printf() integral data type size and signedness handling
|
2008-08-23 02:57:25 +04:00
|
|
|
o error when --dump-header - used with more than one URL
|
2008-08-23 16:11:38 +04:00
|
|
|
o proxy closing connect during CONNECT with auth with the multi interface
|
2008-08-28 10:28:07 +04:00
|
|
|
o CURLOPT_UPLOAD sets HTTP method back to GET or HEAD when passed in a 0
|
2008-08-28 11:37:29 +04:00
|
|
|
o shared cookies could get locked twice
|
2008-08-29 14:47:59 +04:00
|
|
|
o deal with closed connection while doing POST/PUT
|
2007-07-22 14: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 20:05:48 +04:00
|
|
|
o
|
2007-07-22 14:17:52 +04:00
|
|
|
|
|
|
|
This release would not have looked like this without help, code, reports and
|
|
|
|
advice from friends like these:
|
|
|
|
|
2008-06-19 02:01:55 +04:00
|
|
|
Lenny Rachitsky, Axel Tillequin, Arnaud Ebalard, Yang Tse, Dan Fandrich,
|
2008-06-20 15:15:54 +04:00
|
|
|
Rob Crittenden, Dengminwen, Christopher Palow, Hans-Jurgen May,
|
2008-07-02 01:53:47 +04:00
|
|
|
Phil Pellouchoud, Eduard Bloch, John Lightsey, Stephen Collyer, Tor Arntsen,
|
2008-07-10 22:01:44 +04:00
|
|
|
Rolland Dudemaine, Phil Blundell, Scott Barrett, Andreas Schuldei,
|
2008-08-11 23:26:01 +04:00
|
|
|
Peter Lamberg, David Bau, Pramod Sharma, Yehoshua Hershberg,
|
2008-08-23 02:57:25 +04:00
|
|
|
Constantine Sapuntzakis, Lars Nilsson, Andy Tsouladze, Jamie Lokier,
|
|
|
|
Vincent Le Normand
|
2008-06-30 17:07:05 +04:00
|
|
|
|
2008-01-29 00:19:15 +03:00
|
|
|
|
2003-09-23 01:38:52 +04:00
|
|
|
Thanks! (and sorry if I forgot to mention someone)
|