2011-08-08 09:27:53 +02:00
|
|
|
Curl and libcurl 7.22.0
|
2003-09-22 23:38:52 +02:00
|
|
|
|
2011-06-23 13:02:47 +02:00
|
|
|
Public curl releases: 124
|
2011-08-12 23:51:41 +02:00
|
|
|
Command line options: 149
|
2011-08-09 09:32:53 +02:00
|
|
|
curl_easy_setopt() options: 192
|
2008-05-12 23:43:24 +02:00
|
|
|
Public functions in libcurl: 58
|
2009-11-29 20:12:00 +01:00
|
|
|
Known libcurl bindings: 39
|
2011-08-09 09:32:53 +02:00
|
|
|
Contributors: 873
|
2003-10-29 10:53:21 +01:00
|
|
|
|
2006-08-09 00:56:46 +02:00
|
|
|
This release includes the following changes:
|
2008-09-01 16:27:24 +02:00
|
|
|
|
2011-07-19 19:10:43 +02:00
|
|
|
o Added CURLOPT_GSSAPI_DELEGATION
|
2011-08-05 01:12:24 +02:00
|
|
|
o Added NTLM_SSO support
|
|
|
|
o Display notes from setup file in testcurl.pl
|
2011-08-05 16:32:20 +02:00
|
|
|
o BSD-style lwIP TCP/IP stack support on Windows
|
2011-08-08 19:40:45 +02:00
|
|
|
o OpenSSL: Use SSL_MODE_RELEASE_BUFFERS if available
|
2011-08-12 23:51:41 +02:00
|
|
|
o --delegation was added to set CURLOPT_GSSAPI_DELEGATION
|
2006-08-09 00:56:46 +02:00
|
|
|
|
2007-07-22 12:17:52 +02:00
|
|
|
This release includes the following bugfixes:
|
|
|
|
|
2011-07-17 23:47:59 +02: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-05 01:12:24 +02: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 19:40:45 +02: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 23:03:43 +02: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 15:54:17 +01:00
|
|
|
|
2007-07-22 12:17:52 +02: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-05 01:12:24 +02: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 19:40:45 +02:00
|
|
|
Christian Hagele, Richard Silverman, Henry Ludemann, Cristian Rodriguez,
|
2011-08-13 23:03:43 +02:00
|
|
|
Steve Holme, Jim Hollinger, Pau Garcia i Quiles
|
2008-01-28 22:19:15 +01:00
|
|
|
|
2003-09-22 23:38:52 +02:00
|
|
|
Thanks! (and sorry if I forgot to mention someone)
|