multi interface connect fix
[platform/upstream/curl.git] / RELEASE-NOTES
1 Curl and libcurl 7.12.1
2
3  Public curl release number:               82
4  Releases counted from the very beginning: 109
5  Available command line options:           96
6  Available curl_easy_setopt() options:     120
7  Number of public functions in libcurl:    36
8
9 This release includes the following changes:
10
11  o socks proxy support even when libcurl is built ipv6-enabled
12  o read callbacks can stop the transfer by returning CURL_READFUNC_ABORT
13  o libcurl-tutorial.3 is the new man page formerly known as libcurl-the-guide
14  o additional SSL trace data might be sent to the debug callback using two new
15    types: CURLINFO_SSL_DATA_IN and CURLINFO_SSL_DATA_OUT
16  o multipart formposts can upload files larger than system memory
17  o the curl tool continues with the next URL even if one transfer fails
18  o FTP 3rd party transfer support - seven new setopt() options
19
20 This release includes the following bugfixes:
21
22  o multi interface connects fine to multi-IP resolving hosts
23  o --limit-rate works on Mac OS X (and other systems with bad poll()s)
24  o cookies can now hold 4999 bytes of content
25  o HTTP POST/PUT with NTLM/Digest/Negotiate to a URL returning 3XX
26  o HTTPS POST/PUT over a proxy requiring NTLM/Digest/Negotiate works now
27  o less restrictive libidn requirements, 0.4.1 or later is fine
28  o fixed HTTP POST or PUT with Digest/Negotiate/NTLM selected but the server
29    didn't require any authentication
30  o win32 file:// transfer free memory bug
31  o configure --disable-http builds a libcurl without HTTP support
32  o CURLOPT_FILETIME had wrong type, it expects a long argument
33  o builds fine with Borland on Windows again
34  o the msvc curllib.dsp now builds the libcurl.lib file again
35  o builds fine on VMS again
36  o builds fine on NetWare again
37  o HTTP Digest authentication with proxies uses correct user name + password
38  o now builds fine with lcc-win32
39
40 Other curl-related news since the previous public release:
41
42  o James Hu took over after Kevin Roth as maintainer of the curl package on
43    cygwin. Many saludos to Kevin for a work well done during many years.
44  o Gambas binding for libcurl: http://gambas.sf.net/
45  o pycurl 7.12.0 was released http://pycurl.sf.net/
46
47 This release would not have looked like this without help, code, reports and
48 advice from friends like these:
49
50  Gisle Vanem, Vincent Bronner, Alexander Krasnostavsky, Chris Gaukroger,
51  Günter Knauf, Marty Kuhrt, Kjetil Jacobsen, Steven Bazyl, Seshubabu Pasam,
52  Luca Alteas, Jean-Louis Lemaire, David Byron, David Cohen, Rob Stanzel
53
54         Thanks! (and sorry if I forgot to mention someone)