2011-08-08 03:27:53 -04:00
|
|
|
Curl and libcurl 7.22.0
|
2003-09-22 17:38:52 -04:00
|
|
|
|
2011-06-23 07:02:47 -04:00
|
|
|
Public curl releases: 124
|
2011-08-12 17:51:41 -04:00
|
|
|
Command line options: 149
|
2011-08-09 03:32:53 -04:00
|
|
|
curl_easy_setopt() options: 192
|
2008-05-12 17:43:24 -04:00
|
|
|
Public functions in libcurl: 58
|
2009-11-29 14:12:00 -05:00
|
|
|
Known libcurl bindings: 39
|
2011-08-09 03:32:53 -04:00
|
|
|
Contributors: 873
|
2003-10-29 04:53:21 -05:00
|
|
|
|
2006-08-08 18:56:46 -04:00
|
|
|
This release includes the following changes:
|
2008-09-01 10:27:24 -04:00
|
|
|
|
2011-07-19 13:10:43 -04:00
|
|
|
o Added CURLOPT_GSSAPI_DELEGATION
|
2011-08-04 19:12:24 -04:00
|
|
|
o Added NTLM_SSO support
|
|
|
|
o Display notes from setup file in testcurl.pl
|
2011-08-05 10:32:20 -04:00
|
|
|
o BSD-style lwIP TCP/IP stack support on Windows
|
2011-08-08 13:40:45 -04:00
|
|
|
o OpenSSL: Use SSL_MODE_RELEASE_BUFFERS if available
|
2011-08-12 17:51:41 -04:00
|
|
|
o --delegation was added to set CURLOPT_GSSAPI_DELEGATION
|
2006-08-08 18:56:46 -04:00
|
|
|
|
2007-07-22 06:17:52 -04:00
|
|
|
This release includes the following bugfixes:
|
|
|
|
|
2011-07-17 17:47:59 -04:00
|
|
|
o curl_getdate: detect some illegal dates better'
|
|
|
|
o when sending a request and an error is received before the (entire) request
|
|
|
|
body is sent, stop sending the request and close the connection after
|
|
|
|
having received the entire response. This is equally true if an Expect:
|
|
|
|
100-continue header was used.
|
2011-08-04 19:12:24 -04:00
|
|
|
o When using both -J and a single -O with multiple URLs, a missing init
|
|
|
|
could cause a segfault
|
|
|
|
o -J fixed for escaped quotes
|
|
|
|
o -J fixed for file names with semicolons
|
|
|
|
o progress: reset flags at transfer start to avoid wrong
|
|
|
|
CURLINFO_CONTENT_LENGTH_DOWNLOAD
|
|
|
|
o curl_gssapi: Guard files with HAVE_GSSAPI and rename private header
|
|
|
|
o silence picky compilers: mark unused parameters
|
|
|
|
o help output: more gnu like output
|
|
|
|
o libtests: stop checking for CURLM_CALL_MULTI_PERFORM
|
|
|
|
o setting a non-HTTP proxy with an environment variable or with CURLOPT_PROXY
|
|
|
|
/ --proxy (without specifying CURLOPT_PROXYTYPE) would still make it do
|
|
|
|
proxy-like HTTP requests
|
2011-08-08 13:40:45 -04:00
|
|
|
o CURLFORM_BUFFER: insert filename as documented (regression)
|
|
|
|
o SOCKS: fix the connect timeout
|
|
|
|
o ftp_doing: bail out on error properly while multi interfacing
|
|
|
|
o improved Content-Encoded decoding error message
|
|
|
|
o asyn-thread: check for dotted addresses before thread starts
|
2011-08-13 17:03:43 -04:00
|
|
|
o cmake: find winsock when building on windows
|
|
|
|
o Curl_retry_request: check return code
|
|
|
|
o cookies: handle 'secure=' as if it was 'secure'
|
2010-12-15 09:54:17 -05:00
|
|
|
|
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:
|
|
|
|
|
2011-08-04 19:12:24 -04:00
|
|
|
Paolo Piacentini, Steven Parkes, Adam Tkac, Ben Winslow, Dan Fandrich,
|
|
|
|
Julien Chaffraix, Kamil Dudka, Mandy Wu, Michael Mueller, Patrick Monnerat,
|
|
|
|
Yang Tse, Paul Howarth, Garrett Holmstrom, Peter Hjalmarsson, Herve Amblard,
|
2011-08-08 13:40:45 -04:00
|
|
|
Christian Hagele, Richard Silverman, Henry Ludemann, Cristian Rodriguez,
|
2011-08-13 17:03:43 -04:00
|
|
|
Steve Holme, Jim Hollinger, Pau Garcia i Quiles
|
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)
|