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