2009-01-19 05:11:25 -05:00
|
|
|
Curl and libcurl 7.19.4
|
2003-09-22 17:38:52 -04:00
|
|
|
|
2009-01-19 05:11:25 -05:00
|
|
|
Public curl releases: 110
|
2009-02-02 11:19:23 -05:00
|
|
|
Command line options: 132
|
2009-03-02 18:05:31 -05:00
|
|
|
curl_easy_setopt() options: 163
|
2008-05-12 17:43:24 -04:00
|
|
|
Public functions in libcurl: 58
|
2009-03-02 04:03:11 -05:00
|
|
|
Known libcurl bindings: 38
|
2009-01-19 05:25:47 -05:00
|
|
|
Contributors: 700
|
2003-10-29 04:53:21 -05:00
|
|
|
|
2009-03-02 18:05:31 -05:00
|
|
|
This release includes the following security-related fix:
|
|
|
|
|
|
|
|
o CVE-2009-0037 with the curl advisory here:
|
|
|
|
http://curl.haxx.se/docs/adv_20090303.html
|
|
|
|
|
2006-08-08 18:56:46 -04:00
|
|
|
This release includes the following changes:
|
2008-09-01 10:27:24 -04:00
|
|
|
|
2009-01-25 18:26:25 -05:00
|
|
|
o Added CURLOPT_NOPROXY and the corresponding --noproxy
|
2009-01-26 09:37:29 -05:00
|
|
|
o the OpenSSL-specific code disables TICKET (rfc5077) which is enabled by
|
|
|
|
default in openssl 0.9.8j
|
2009-01-26 17:43:06 -05:00
|
|
|
o Added CURLOPT_TFTP_BLKSIZE
|
2009-01-28 16:33:58 -05:00
|
|
|
o Added CURLOPT_SOCKS5_GSSAPI_SERVICE and CURLOPT_SOCKS5_GSSAPI_NEC - with
|
|
|
|
the corresponding curl options --socks5-gssapi-service and
|
|
|
|
--socks5-gssapi-nec
|
2009-01-31 15:25:55 -05:00
|
|
|
o Improved IPv6 support when built with with c-ares >= 1.6.1
|
2009-02-02 11:19:23 -05:00
|
|
|
o Added CURLPROXY_HTTP_1_0 and --proxy1.0
|
2009-02-10 08:06:25 -05:00
|
|
|
o Added docs/libcurl/symbols-in-versions
|
2009-02-11 16:47:14 -05:00
|
|
|
o Added CURLINFO_CONDITION_UNMET
|
2009-02-12 15:48:40 -05:00
|
|
|
o Added support for Digest and NTLM authentication using GnuTLS
|
2009-02-17 04:07:25 -05:00
|
|
|
o CURLOPT_FTP_CREATE_MISSING_DIRS can now be set to 2 to retry the CWD even
|
|
|
|
when MKD fails
|
2009-02-25 07:51:17 -05:00
|
|
|
o GnuTLS initing moved to curl_global_init()
|
2009-03-02 18:05:31 -05:00
|
|
|
o Added CURLOPT_REDIR_PROTOCOLS and CURLOPT_PROTOCOLS
|
2006-08-08 18:56:46 -04:00
|
|
|
|
2007-07-22 06:17:52 -04:00
|
|
|
This release includes the following bugfixes:
|
|
|
|
|
2009-01-20 01:24:25 -05:00
|
|
|
o missing ssh.obj in VS makefiles
|
2009-02-20 03:19:19 -05:00
|
|
|
o FTP ;type=i URLs now work with CURLOPT_PROXY_TRANSFER_MODE in Turkish
|
|
|
|
locale
|
2009-01-26 08:19:03 -05:00
|
|
|
o realms with quoted quotation marks in HTTP Digest headers
|
2009-01-31 13:38:41 -05:00
|
|
|
o VC9 makefiles are now really included
|
2009-02-02 16:36:47 -05:00
|
|
|
o multi interface memory leak with CURLMOPT_MAXCONNECTS set
|
2009-02-03 17:28:41 -05:00
|
|
|
o CURLINFO_CONTENT_LENGTH_DOWNLOAD size from file:// "transfers" with
|
|
|
|
CURLOPT_NOBODY set true
|
2009-02-14 04:09:09 -05:00
|
|
|
o memory leak on some libz errors for content encodings
|
2009-02-17 07:18:34 -05:00
|
|
|
o NSS-enabled build is repaired
|
2009-02-19 05:36:20 -05:00
|
|
|
o superfluous wait in SFTP downloads removed
|
2009-02-20 03:19:19 -05:00
|
|
|
o FTP with the multi interface no longer kills the control connection as
|
|
|
|
easily on transfer failures
|
2009-02-20 07:10:23 -05:00
|
|
|
o compilation halting when using VS2008 to build a Windows 2000 target
|
2009-02-23 07:39:06 -05:00
|
|
|
o ease creation of libcurl Mac OS X Framework
|
2009-02-23 13:45:00 -05:00
|
|
|
o CURLINFO_CONTENT_LENGTH_DOWNLOAD and CURLINFO_CONTENT_LENGTH_UPLOAD are -1
|
|
|
|
if unknown
|
2009-02-24 03:30:09 -05:00
|
|
|
o Negotiate proxy authentication
|
2009-02-27 07:07:14 -05:00
|
|
|
o CURLOPT_INTERFACE and CURLOPT_LOCALPORT used together
|
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-01-26 09:36:18 -05:00
|
|
|
Lisa Xu, Daniel Fandrich, Craig A West, Alexey Borzov, Sharad Gupta,
|
2009-02-02 16:36:47 -05:00
|
|
|
Peter Sylvester, Chad Monroe, Markus Moeller, Yang Tse, Scott Cantor,
|
2009-02-17 07:18:34 -05:00
|
|
|
Patrick Scott, Hidemoto Nakada, Jocelyn Jaubert, Andre Guibert de Bruet,
|
2009-02-23 07:39:06 -05:00
|
|
|
Kamil Dudka, Patrik Thunstrom, Linus Nielsen Feltzing, Mark Incley,
|
2009-02-27 07:07:14 -05:00
|
|
|
Daniel Johnson, James Cheng, Brian J. Murrell, Senthil Raja Velu,
|
2009-03-02 18:05:31 -05:00
|
|
|
Markus Koetter, David Kierznowski, Michal Marek
|
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)
|