Merge "Use icu library for IDN feature" into tizen
[platform/upstream/curl.git] / RELEASE-NOTES
1 Curl and libcurl 7.53.1
2
3  Public curl releases:         164
4  Command line options:         205
5  curl_easy_setopt() options:   244
6  Public functions in libcurl:  61
7  Contributors:                 1507
8
9 This release includes the following bugfixes:
10
11  o cyassl: fix typo
12  o url: Improve CURLOPT_PROXY_CAPATH error handling [1]
13  o urldata: include curl_sspi.h when Windows SSPI is enabled [2]
14  o formdata: check for EOF when reading from stdin [3]
15  o tests: Set CHARSET & LANG to UTF-8 in 1035, 2046 and 2047 [4]
16  o url: Default the proxy CA bundle location to CURL_CA_BUNDLE [5]
17  o rand: added missing #ifdef HAVE_FCNTL_H around fcntl.h header [6]
18
19 This release includes the following known bugs:
20
21  o see docs/KNOWN_BUGS (https://curl.haxx.se/docs/knownbugs.html)
22
23 This release would not have looked like this without help, code, reports and
24 advice from friends like these:
25
26   Dan Fandrich, Daniel Stenberg, İsmail Dönmez, jveazey on github, Ray Satiro,
27   Sergii Pylypenko, Shachaf Ben-Kiki, Viktor Szakáts,
28   (8 contributors)
29
30         Thanks! (and sorry if I forgot to mention someone)
31
32 References to bug reports and discussions on issues:
33
34  [1] = https://curl.haxx.se/bug/?i=1257
35  [2] = https://curl.haxx.se/bug/?i=1276
36  [3] = https://curl.haxx.se/bug/?i=1281
37  [4] = https://curl.haxx.se/bug/?i=1277
38  [5] = https://curl.haxx.se/bug/?i=1257
39  [6] = https://curl.haxx.se/bug/?i=1285