recent events
[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 libcurl-tutorial.3 is the new man page formerly known as libcurl-the-guide
12  o additional SSL trace data might be sent to the debug callback using two new
13    types: CURLINFO_SSL_DATA_IN and CURLINFO_SSL_DATA_OUT
14  o multipart formposts can upload files larger than system memory
15  o the curl tool continues with the next URL even if one transfer fails
16  o FTP 3rd party transfer support - seven new setopt() options
17
18 This release includes the following bugfixes:
19
20  o HTTP POST/PUT with NTLM/Digest/Negotiate to a URL returning 3XX
21  o HTTPS POST/PUT over a proxy requiring NTLM/Digest/Negotiate works now
22  o less restrictive libidn requirements, 0.4.1 or later is fine
23  o fixed HTTP POST or PUT with Digest/Negotiate/NTLM selected but the server
24    didn't require any authentication
25  o win32 file:// transfer free memory bug
26  o configure --disable-http builds a libcurl without HTTP support
27  o CURLOPT_FILETIME had wrong type, it expects a long argument
28  o builds fine with Borland on Windows again
29  o the msvc curllib.dsp now builds the libcurl.lib file again
30  o builds fine on VMS again
31  o builds fine on NetWare again
32  o HTTP Digest authentication with proxies uses correct user name + password
33  o now builds fine with lcc-win32
34
35 Other curl-related news since the previous public release:
36
37  o James Hu took over after Kevin Roth as maintainer of the curl package on
38    cygwin. Many saludos to Kevin for a work well done during many years.
39  o Gambas binding for libcurl: http://gambas.sf.net/
40  o pycurl 7.12.0 was released http://pycyrl.sf.net/
41
42 This release would not have looked like this without help, code, reports and
43 advice from friends like these:
44
45  Gisle Vanem, Vincent Bronner, Alexander Krasnostavsky, Chris Gaukroger,
46  Günter Knauf, Marty Kuhrt, Kjetil Jacobsen, Steven Bazyl, Seshubabu Pasam,
47  Luca Alteas, Jean-Louis Lemaire, David Byron
48
49         Thanks! (and sorry if I forgot to mention someone)