2009-03-03 07:44:42 +08:00
|
|
|
Curl and libcurl 7.19.5
|
2003-09-23 05:38:52 +08:00
|
|
|
|
2009-03-03 07:44:42 +08:00
|
|
|
Public curl releases: 111
|
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-03-03 18:41:11 +08:00
|
|
|
Contributors: 715
|
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-03-03 19:01:24 +08:00
|
|
|
o libcurl now closes all dead connections whenever you attempt to open a new
|
|
|
|
connection
|
2009-03-13 17:58:15 +08:00
|
|
|
o libssh2's version number can now be figured out run-time instead of using
|
|
|
|
the build-time fixed number
|
2009-04-28 19:19:10 +08:00
|
|
|
o CURLOPT_SEEKFUNCTION may now return CURL_SEEKFUNC_CANTSEEK
|
|
|
|
o curl can now upload with resume even when reading from a pipe
|
2006-08-09 06:56:46 +08:00
|
|
|
|
2007-07-22 18:17:52 +08:00
|
|
|
This release includes the following bugfixes:
|
|
|
|
|
2009-03-05 09:23:14 +08:00
|
|
|
o NTLM authentication memory leak on SSPI enabled Windows builds
|
2009-03-09 06:52:05 +08:00
|
|
|
o fixed the GnuTLS-using code to do correct return code checks
|
2009-03-09 06:56:55 +08:00
|
|
|
o an alloc-related call in the OpenSSL-using code didn't check the return value
|
2009-03-09 20:21:46 +08:00
|
|
|
o curl_easy_duphandle() failed to duplicate cookies at times
|
2009-03-11 12:15:33 +08:00
|
|
|
o missing TELNET timeout support in Windows builds
|
2009-03-12 21:18:25 +08:00
|
|
|
o missing Curl_read() and write callback result checking in TELNET transfers
|
2009-03-18 20:48:51 +08:00
|
|
|
o more ciphers enabled in libcurl built to use NSS
|
2009-04-02 12:41:03 +08:00
|
|
|
o properly return an error code in curl_easy_recv
|
2009-04-08 09:25:34 +08:00
|
|
|
o Sun compilers specific preprocessor block removed from curlbuild.h.dist
|
2009-04-10 10:50:21 +08:00
|
|
|
o allow creation of four way fat libcurl Mac OS X Framework
|
2009-04-25 05:55:18 +08:00
|
|
|
o several memory leaks in libcurl+NSS
|
2009-04-14 02:01:02 +08:00
|
|
|
o improved the CURLOPT_NOBODY set to 0 confusions
|
2009-04-18 06:36:13 +08:00
|
|
|
o persistent connections when doing FTP over a HTTP proxy
|
2009-04-21 01:53:06 +08:00
|
|
|
o --libcurl bogus strings where other data was pointed to
|
2009-04-21 05:41:17 +08:00
|
|
|
o crash related to FTP and "Re-used connection seems dead, get a new one"
|
2009-04-26 19:56:22 +08:00
|
|
|
o CURLINFO_APPCONNECT_TIME with the multi interface
|
2009-04-29 04:27:06 +08:00
|
|
|
o Enhanced upload speeds on Windows
|
2009-04-29 19:30:03 +08:00
|
|
|
o TFTP problems after a failed transfer to the same host
|
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-03-09 06:52:05 +08:00
|
|
|
Daniel Fandrich, Yang Tse, David James, Chris Deidun, Bill Egert,
|
2009-03-18 20:48:51 +08:00
|
|
|
Andre Guibert de Bruet, Andreas Farber, Frank Hempel, Pierre Brico,
|
2009-04-21 05:41:17 +08:00
|
|
|
Kamil Dudka, Jim Freeman, Daniel Johnson, Toshio Kuratomi, Martin Storsjo,
|
2009-04-28 19:19:10 +08:00
|
|
|
Pramod Sharma, Gisle Vanem, Leanic Lefever, Rainer Koenig, Sven Wegener,
|
2009-04-29 04:27:06 +08:00
|
|
|
Tim Chen, Constantine Sapuntzakis
|
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)
|