New authentication code added, particularly noticable when doing POST or PUT
[platform/upstream/curl.git] / RELEASE-NOTES
1 Curl and libcurl 7.11.2. A bugfix release.
2
3  Public curl release number:               80
4  Releases counted from the very beginning: 107
5  Available command line options:           94
6  Available curl_easy_setopt() options:     113
7
8 This release includes the following changes:
9
10  o the ares build now requires c-ares 1.2.0 or later
11  o --tcp-nodelay and CURLOPT_TCP_NODELAY were added
12  o curl/curlver.h contains the libcurl version info now
13
14 This release includes the following bugfixes:
15
16  o fixed minor memory leak in libcurl for Windows when staticly linked
17  o POST/PUT using Digest/NTLM/Negotiate (including anyauth) now work better
18  o --limit-rate with high speed rates is a lot more accurate now
19  o curl_strnqual.3 "refer-to" man page fix
20  o fixed a minor very old progress meter final update bug
21  o added checks for a working NI_WITHSCOPEID before that is used
22  o fixed a flaw that prevented ares name resolve timeouts to occur
23  o getting user name from http_proxy env variable works now
24  o fixed too early name resolve timeouts with ares
25  o HTTP Digest "re-negotiation" works now
26  o CURLOPT_FAILONERROR (-f/--fail) works with all kinds of authentication
27  o better thread-safety thanks to the internal strerror() replacement
28  o better thread-safety on AIX thanks to better function detection
29  o minor ipv6 build fix for windows
30  o the test suite runs fine with mingw-built curl
31  o the postit2.c example works now
32  o better error message when --interface fails on windows
33  o the progress meter now displays very long times better
34  o CURLINFO_CONTENT_LENGTH_DOWNLOAD with CURLOPT_NOBODY set TRUE now works
35  o passwords longer than 14 letters work with NTLM
36  o 'make netware' in the root dir works now
37  o builds fine on VMS again and even nicer than before
38
39 Other curl-related news since the previous public release:
40
41  o PycURL 7.11.1 was released: http://pycurl.sf.net/
42
43 This release would not have looked like this without help, code, reports and
44 advice from friends like these:
45
46  Thomas Schwinge, Marty Kuhrt, Günter Knauf, Kevin Roth, Glen Nakamura, Gisle
47  Vanem, Greg Hewgill, Joe Halpin, Tor Arntsen, Dirk Manske, Roy Shan, Mitz
48  Wark, Andrés García, Robin Kay, Alan Pinstein, David Byron, Nathan O'Sullivan
49
50         Thanks! (and sorry if I forgot to mention someone)