2007-01-30 07:25:55 -05:00
|
|
|
Curl and libcurl 7.16.2
|
2003-09-22 17:38:52 -04:00
|
|
|
|
2007-01-30 07:25:55 -05:00
|
|
|
Public curl release number: 98
|
|
|
|
Releases counted from the very beginning: 125
|
2007-03-23 13:59:40 -04:00
|
|
|
Available command line options: 118
|
2007-02-12 16:13:47 -05:00
|
|
|
Available curl_easy_setopt() options: 141
|
2006-07-26 18:25:00 -04:00
|
|
|
Number of public functions in libcurl: 54
|
2007-02-25 06:50:11 -05:00
|
|
|
Amount of public web site mirrors: 38
|
2006-10-29 18:03:14 -05:00
|
|
|
Number of known libcurl bindings: 35
|
2007-01-28 07:58:13 -05:00
|
|
|
Number of contributors: 539
|
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
|
|
|
|
2007-02-13 17:50:16 -05:00
|
|
|
o added CURLOPT_TIMEOUT_MS and CURLOPT_CONNECTTIMEOUT_MS
|
|
|
|
o added CURLOPT_HTTP_CONTENT_DECODING, CURLOPT_HTTP_TRANSFER_DECODING and
|
2007-02-12 16:13:47 -05:00
|
|
|
--raw
|
2007-02-13 17:50:16 -05:00
|
|
|
o added support for using the NSS library for TLS/SSL
|
|
|
|
o changed default anonymous FTP password
|
2007-02-20 17:08:50 -05:00
|
|
|
o changed the CURLOPT_FTP_SSL_CCC option to handle active and passive
|
|
|
|
CCC shutdown
|
2007-03-02 17:42:43 -05:00
|
|
|
o added the --ftp-ssl-ccc-mode command line option
|
|
|
|
o includes VC8 Makefiles in the release archive
|
2007-03-13 15:54:10 -04:00
|
|
|
o --ftp-ssl-control is now honoured on ftps:// URLs
|
2007-03-20 16:00:40 -04:00
|
|
|
o added experimental CURL_ACKNOWLEDGE_EINTR symbol definition check
|
2007-03-23 13:59:40 -04:00
|
|
|
o --key and new --pubkey options for SSH public key file logins
|
|
|
|
o --pass now works for a SSH public key file, too
|
2007-03-27 14:15:26 -04:00
|
|
|
o select (2) support no longer needed to build the library if poll() used
|
2007-04-02 17:24:05 -04:00
|
|
|
o CURLOPT_POSTQUOTE works for SFTP
|
2006-08-08 18:56:46 -04:00
|
|
|
|
2003-09-22 17:38:52 -04:00
|
|
|
This release includes the following bugfixes:
|
|
|
|
|
2007-02-04 21:43:21 -05:00
|
|
|
o in testsuite, update test cookies expiration from 2007-Feb-1 to year 2035
|
2007-02-03 04:34:03 -05:00
|
|
|
o socks5 works
|
2007-02-13 17:50:16 -05:00
|
|
|
o builds fine with VC2005
|
2007-02-16 10:37:05 -05:00
|
|
|
o CURLOPT_RANGE set to NULL resets the range for FTP
|
2007-02-18 18:02:42 -05:00
|
|
|
o curl_multi_remove_handle() rare crash
|
2007-02-19 06:53:54 -05:00
|
|
|
o passive FTP transfers work with SOCKS
|
2007-02-19 07:20:32 -05:00
|
|
|
o multi interface HTTPS connection re-use memory leak
|
2007-02-19 07:37:04 -05:00
|
|
|
o libcurl.m4's --with-libcurl is improved
|
2007-02-19 16:50:03 -05:00
|
|
|
o curl-config --libs and libcurl.pc no longer list unnecessary dependencies
|
2007-02-20 17:08:50 -05:00
|
|
|
o fixed an issue with CCC not working on some servers
|
2007-02-21 16:59:40 -05:00
|
|
|
o several HTTP pipelining problems
|
2007-02-25 06:38:13 -05:00
|
|
|
o HTTP CONNECT thru a proxy is now less blocking when the multi interface is
|
|
|
|
used
|
2007-02-27 08:51:20 -05:00
|
|
|
o HTTP Digest header parsing fix for unquoted last word ending with CRLF
|
2007-02-27 17:12:15 -05:00
|
|
|
o CURLOPT_PORT, HTTP proxy, re-using connections and non-HTTP protocols
|
2007-03-09 17:48:07 -05:00
|
|
|
o CURLOPT_INTERFACE for ipv6
|
2007-03-10 17:51:20 -05:00
|
|
|
o use-after-free issue with HTTP transfers with the multi interface
|
2007-03-19 08:02:33 -04:00
|
|
|
o the progress callback can get called more frequently
|
2007-03-20 16:00:40 -04:00
|
|
|
o timeout would restart when signal caught while awaiting socket events
|
2007-03-31 16:47:23 -04:00
|
|
|
o curl -f with user+password embedded in the URL
|
2007-03-31 17:38:59 -04:00
|
|
|
o 26 flaws identified by coverity.com
|
2007-01-28 07:58:13 -05:00
|
|
|
|
|
|
|
This release includes the following known bugs:
|
|
|
|
|
|
|
|
o see docs/KNOWN_BUGS (http://curl.haxx.se/docs/knownbugs.html)
|
2003-09-22 17:38:52 -04:00
|
|
|
|
2006-08-16 13:56:49 -04:00
|
|
|
Other curl-related news:
|
|
|
|
|
2007-03-10 06:54:38 -05:00
|
|
|
o pycurl 7.16.1 was released: http://pycurl.sf.net/
|
2006-08-16 13:56:49 -04:00
|
|
|
|
|
|
|
New curl mirrors:
|
|
|
|
|
2007-02-25 06:50:11 -05:00
|
|
|
o http://curl.basemirror.de is a new mirror in Germany
|
|
|
|
o http://curl.xxtracker.org is a new mirror in The Netherlands
|
2006-08-16 13:56:49 -04:00
|
|
|
|
2003-09-22 17:38:52 -04:00
|
|
|
This release would not have looked like this without help, code, reports and
|
|
|
|
advice from friends like these:
|
|
|
|
|
2007-02-12 17:32:37 -05:00
|
|
|
Yang Tse, Manfred Schwarb, Michael Wallner, Jeff Pohlmeyer, Shmulik Regev,
|
2007-02-19 06:53:54 -05:00
|
|
|
Rob Crittenden, Robert A. Monat, Dan Fandrich, Duncan Mac-Vicar Prett,
|
2007-02-21 16:59:40 -05:00
|
|
|
Michal Marek, Robson Braga Araujo, Ian Turner, Linus Nielsen Feltzing,
|
2007-03-09 17:48:07 -05:00
|
|
|
Ravi Pratap, Adam D. Moss, Jose Kahan, Hang Kin Lau, Justin Fletcher,
|
2007-04-01 03:51:30 -04:00
|
|
|
Robert Iakobashvili, Bryan Henderson, Eygene Ryabinkin, Daniel Johnson,
|
2007-04-02 17:24:05 -04:00
|
|
|
Matt Kraai, Nick Zitzmann
|
2006-03-02 06:37:05 -05:00
|
|
|
|
2003-09-22 17:38:52 -04:00
|
|
|
Thanks! (and sorry if I forgot to mention someone)
|