curl/RELEASE-NOTES

60 lines
2.3 KiB
Plaintext

Curl and libcurl 7.22.0
Public curl releases: 124
Command line options: 144
curl_easy_setopt() options: 187
Public functions in libcurl: 58
Known libcurl bindings: 39
Contributors: 868
This release includes the following changes:
o Added CURLOPT_GSSAPI_DELEGATION
o Added NTLM_SSO support
o Display notes from setup file in testcurl.pl
o BSD-style lwIP TCP/IP stack support on Windows
o OpenSSL: Use SSL_MODE_RELEASE_BUFFERS if available
o
This release includes the following bugfixes:
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.
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
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
o
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:
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,
Christian Hagele, Richard Silverman, Henry Ludemann, Cristian Rodriguez,
Thanks! (and sorry if I forgot to mention someone)