RELEASE-NOTES: Synced with 0f213fdca1
[platform/upstream/curl.git] / RELEASE-NOTES
1 Curl and libcurl 7.35.1
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 
14
15 This release includes the following bugfixes:
16
17  o nss: allow to use ECC ciphers if NSS implements them [1]
18  o netrc: Fixed a memory leak in an OOM condition
19  o ftp: fixed a memory leak on wildcard error path
20  o pipeline: Fixed a NULL pointer dereference on OOM
21  o 
22
23 This release includes the following known bugs:
24
25  o see docs/KNOWN_BUGS (http://curl.haxx.se/docs/knownbugs.html)
26
27 This release would not have looked like this without help, code, reports and
28 advice from friends like these:
29
30   Dan Fandrich, Daniel Stenberg, Fabian Frank, Gisle Vanem, Kamil Dudka,
31   Prash Dush, Steve Holme, Tatsuhiro Tsujikawa
32
33         Thanks! (and sorry if I forgot to mention someone)
34
35 References to bug reports and discussions on issues:
36
37  [1] = https://bugzilla.redhat.com/1058776
38  [2] = http://curl.haxx.se/mail/lib-2014-01/0183.html