version: next release will become 7.36.0
[platform/upstream/curl.git] / RELEASE-NOTES
1 Curl and libcurl 7.36.0
2
3  Public curl releases:         138
4  Command line options:         161
5  curl_easy_setopt() options:   206
6  Public functions in libcurl:  58
7  Known libcurl bindings:       42
8  Contributors:                 1123
9
10 This release includes the following changes:
11
12  o ntlm: Added support for NTLMv2 [2]
13  o tool: Added support for URL specific options [3]
14  o openssl: add ALPN support
15  o gtls: add ALPN support
16  o nss: add ALPN and NPN support
17  o 
18
19 This release includes the following bugfixes:
20
21  o nss: allow to use ECC ciphers if NSS implements them [1]
22  o netrc: Fixed a memory leak in an OOM condition
23  o ftp: fixed a memory leak on wildcard error path
24  o pipeline: Fixed a NULL pointer dereference on OOM
25  o winssl: improved default SSL/TLS protocol selection
26  o nss: prefer highest available TLS version
27  o 100-continue: fix timeout condition [4]
28  o ssh: Fixed a NULL pointer dereference on OOM condition
29  o formpost: use semicolon in multipart/mixed [5]
30  o --help: add missing --tlsv1.x options
31  o formdata: Fixed memory leak on OOM condition
32  o 
33
34 This release includes the following known bugs:
35
36  o see docs/KNOWN_BUGS (http://curl.haxx.se/docs/knownbugs.html)
37
38 This release would not have looked like this without help, code, reports and
39 advice from friends like these:
40
41   Dan Fandrich, Daniel Stenberg, Fabian Frank, Gisle Vanem, Kamil Dudka,
42   Marc Hoersken, Prash Dush, Remi Gacogne, Rob Davies, Steve Holme,
43   Tatsuhiro Tsujikawa
44
45         Thanks! (and sorry if I forgot to mention someone)
46
47 References to bug reports and discussions on issues:
48
49  [1] = https://bugzilla.redhat.com/1058776
50  [2] = http://curl.haxx.se/mail/lib-2014-01/0183.html
51  [3] = http://curl.haxx.se/mail/archive-2013-11/0006.html
52  [4] = http://curl.haxx.se/bug/view.cgi?id=1334
53  [5] = http://curl.haxx.se/bug/view.cgi?id=1333