post with auth problems fixed
[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 fixed HTTP POST or PUT with Digest/Negotiate/NTLM when the server didn't
18    require any authentication
19  o win32 file:// transfer free memory bug
20  o configure --disable-http builds a libcurl without HTTP support
21  o CURLOPT_FILETIME had wrong type, it expects a long argument
22  o builds fine with Borland on Windows again
23  o the msvc curllib.dsp now builds the libcurl.lib file again
24  o builds fine on VMS again
25  o builds fine on NetWare again
26  o HTTP Digest authentication with proxies use correct user name + password
27  o now builds fine with lcc-win32
28
29 Other curl-related news since the previous public release:
30
31  o James Hu took over after Kevin Roth as maintainer of the curl package on
32    cygwin. Many saludos to Kevin for a work well done during many years.
33  o Gambas binding for libcurl: http://gambas.sf.net/
34  o pycurl 7.12.0 was released http://pycyrl.sf.net/
35
36 This release would not have looked like this without help, code, reports and
37 advice from friends like these:
38
39  Gisle Vanem, Vincent Bronner, Alexander Krasnostavsky, Chris Gaukroger,
40  Günter Knauf, Marty Kuhrt, Kjetil Jacobsen, Steven Bazyl, Seshubabu Pasam,
41  Luca Alteas
42
43         Thanks! (and sorry if I forgot to mention someone)