--trace 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 --trace files now get the final info lines too
23  o multi interface connects fine to multi-IP resolving hosts
24  o --limit-rate works on Mac OS X (and other systems with bad poll()s)
25  o cookies can now hold 4999 bytes of content
26  o HTTP POST/PUT with NTLM/Digest/Negotiate to a URL returning 3XX
27  o HTTPS POST/PUT over a proxy requiring NTLM/Digest/Negotiate works now
28  o less restrictive libidn requirements, 0.4.1 or later is fine
29  o fixed HTTP POST or PUT with Digest/Negotiate/NTLM selected but the server
30    didn't require any authentication
31  o win32 file:// transfer free memory bug
32  o configure --disable-http builds a libcurl without HTTP support
33  o CURLOPT_FILETIME had wrong type, it expects a long argument
34  o builds fine with Borland on Windows again
35  o the msvc curllib.dsp now builds the libcurl.lib file again
36  o builds fine on VMS again
37  o builds fine on NetWare again
38  o HTTP Digest authentication with proxies uses correct user name + password
39  o now builds fine with lcc-win32
40
41 Other curl-related news since the previous public release:
42
43  o James Hu took over after Kevin Roth as maintainer of the curl package on
44    cygwin. Many saludos to Kevin for a work well done during many years.
45  o Gambas binding for libcurl: http://gambas.sf.net/
46  o pycurl 7.12.0 was released http://pycurl.sf.net/
47  o wxWidgets binding: http://homepage.mac.com/codonnell/wxcurldav/
48  o New Austrian curl web mirror: http://curl.gds.tuwien.ac.at/
49
50 This release would not have looked like this without help, code, reports and
51 advice from friends like these:
52
53  Gisle Vanem, Vincent Bronner, Alexander Krasnostavsky, Chris Gaukroger,
54  Günter Knauf, Marty Kuhrt, Kjetil Jacobsen, Steven Bazyl, Seshubabu Pasam,
55  Luca Alteas, Jean-Louis Lemaire, David Byron, David Cohen, Rob Stanzel,
56  Niels van Tongeren
57
58         Thanks! (and sorry if I forgot to mention someone)