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