2009-08-12 19:24:52 +08:00
|
|
|
Curl and libcurl 7.19.7
|
2003-09-23 05:38:52 +08:00
|
|
|
|
2009-08-12 19:24:52 +08:00
|
|
|
Public curl releases: 113
|
2009-02-03 00:19:23 +08:00
|
|
|
Command line options: 132
|
2009-03-03 07:05:31 +08:00
|
|
|
curl_easy_setopt() options: 163
|
2008-05-13 05:43:24 +08:00
|
|
|
Public functions in libcurl: 58
|
2009-03-02 17:03:11 +08:00
|
|
|
Known libcurl bindings: 38
|
2009-08-12 19:24:52 +08:00
|
|
|
Contributors: 732
|
2003-10-29 17:53:21 +08:00
|
|
|
|
2006-08-09 06:56:46 +08:00
|
|
|
This release includes the following changes:
|
2008-09-01 22:27:24 +08:00
|
|
|
|
2009-08-24 18:57:17 +08:00
|
|
|
o -T. is now for non-blocking uploading from stdin
|
2009-09-01 04:49:30 +08:00
|
|
|
o SYST handling on FTP for OS/400 FTP server cases
|
2009-09-28 05:34:13 +08:00
|
|
|
o libcurl refuses to read a single HTTP header longer than 100K
|
2009-10-21 20:29:52 +08:00
|
|
|
o added the --crlfile option to curl
|
2006-08-09 06:56:46 +08:00
|
|
|
|
2007-07-22 18:17:52 +08:00
|
|
|
This release includes the following bugfixes:
|
|
|
|
|
2009-08-13 16:51:45 +08:00
|
|
|
o The windows makefiles work again
|
2009-08-21 15:11:20 +08:00
|
|
|
o libcurl-NSS acknowledges verifyhost
|
|
|
|
o SIGSEGV when pipelined pipe unexpectedly breaks
|
|
|
|
o data corruption issue with re-connected transfers
|
|
|
|
o use after free if we're completed but easy_conn not NULL (pipelined)
|
2009-08-21 20:01:36 +08:00
|
|
|
o missing strdup() return code check
|
2009-08-24 18:57:17 +08:00
|
|
|
o CURLOPT_PROXY_TRANSFER_MODE could pass along wrong syntax
|
2009-08-24 19:38:59 +08:00
|
|
|
o configure --with-gnutls=PATH fixed
|
2009-09-01 04:49:30 +08:00
|
|
|
o ftp response reader bug on failed control connections
|
|
|
|
o improved NSS error message on failed host name verifications
|
|
|
|
o ftp NOBODY on re-used connection hang
|
2009-09-01 14:53:01 +08:00
|
|
|
o configure uses pkg-config for cross-compiles as well
|
|
|
|
o improved NSS detection in configure
|
2009-09-11 05:06:50 +08:00
|
|
|
o cookie expiry date at 1970-jan-1 00:00:00
|
2009-09-17 04:44:18 +08:00
|
|
|
o libcurl-OpenSSL failed to verify some certs with Subject Alternative Name
|
2009-09-26 02:09:38 +08:00
|
|
|
o libcurl-OpenSSL can load CRL files with more than one certificate inside
|
2009-09-27 04:51:51 +08:00
|
|
|
o received cookies without explicit path got saved wrong if the URL had a
|
|
|
|
query part
|
2009-10-01 15:05:07 +08:00
|
|
|
o don't shrink SO_SNDBUF on windows for those who have it set large already
|
2009-10-01 15:59:45 +08:00
|
|
|
o connect next bug
|
2009-10-18 01:33:19 +08:00
|
|
|
o invalid file name characters handling on Windows
|
2009-10-18 08:10:13 +08:00
|
|
|
o double close() on the primary socket with libcurl-NSS
|
2009-10-18 08:18:27 +08:00
|
|
|
o GSS negotiate infinite loop on bad credentials
|
2009-10-18 09:11:25 +08:00
|
|
|
o memory leak in SCP/SFTP connections
|
2009-10-21 22:56:25 +08:00
|
|
|
o use pkg-config to find out libssh2 installation details in configure
|
2009-10-26 02:15:14 +08:00
|
|
|
o unparsable cookie expire dates make cookies get treated as session coookies
|
2009-10-31 06:24:48 +08:00
|
|
|
o POST with Digest authentication and "Transfer-Encoding: chunked"
|
2009-10-31 06:28:56 +08:00
|
|
|
o SCP connection re-use with wrong auth
|
2009-11-01 02:51:50 +08:00
|
|
|
o CURLINFO_CONTENT_LENGTH_DOWNLOAD for 0 bytes transfers
|
2009-11-03 02:49:56 +08:00
|
|
|
0 CURLINFO_SIZE_DOWNLOAD for ldap transfers (-w size_download)
|
2007-07-22 18:17:52 +08: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-08-24 18:57:17 +08:00
|
|
|
Karl Moerder, Kamil Dudka, Krister Johansen, Andre Guibert de Bruet,
|
2009-09-11 05:06:50 +08:00
|
|
|
Michal Marek, Eric Wong, Guenter Knauf, Peter Sylvester, Daniel Johnson,
|
2009-10-01 15:05:07 +08:00
|
|
|
Claes Jakobsson, Sven Anders, Chris Mumford, John P. McCaskey,
|
2009-10-18 01:33:19 +08:00
|
|
|
Constantine Sapuntzakis, Michael Stillwell, Tom Mueller, Dan Fandrich,
|
2009-10-31 06:28:56 +08:00
|
|
|
Kevin Baughman, John Dennis, Ray Dassen, Johan van Selst, Dima Barsky,
|
2009-11-03 02:49:56 +08:00
|
|
|
Liza Alenchery, Gabriel Kuri, Stan van de Burgt, Didier Brisebourg
|
2008-01-29 05:19:15 +08:00
|
|
|
|
2003-09-23 05:38:52 +08:00
|
|
|
Thanks! (and sorry if I forgot to mention someone)
|