RELEASE-NOTES: Synced with ce61510127ea60
[platform/upstream/curl.git] / RELEASE-NOTES
1 Curl and libcurl 7.33.1
2
3  Public curl releases:         136
4  Command line options:         161
5  curl_easy_setopt() options:   205
6  Public functions in libcurl:  58
7  Known libcurl bindings:       42
8  Contributors:                 1057
9
10 This release includes the following changes:
11
12  o SSL: protocol version can be specified more precisely [1]
13
14 This release includes the following bugfixes:
15
16  o darwinssl: un-break iOS build after PKCS#12 feature added
17  o tool: use XFERFUNCTION to save some casts [2]
18  o usercertinmem: fix memory leaks
19  o ssh: Handle successful SSH_USERAUTH_NONE [3]
20  o NSS: acknowledge the --no-sessionid/CURLOPT_SSL_SESSIONID_CACHE option [4]
21  o test906: Fixed failing test on some platforms [5]
22  o curl_sasl: initialize NSS before using NTLM crypto
23  o imap/pop3/smtp: Fixed QUIT / LOGOUT being sent when SSL connect fails
24
25 This release includes the following known bugs:
26
27  o see docs/KNOWN_BUGS (http://curl.haxx.se/docs/knownbugs.html)
28
29 This release would not have looked like this without help, code, reports and
30 advice from friends like these:
31
32  Nick Zitzmann, Gergely Nagy, Alessandro Ghedini, Dave Reisner,
33  Ishan SinghLevett, Tyler Hall, Paul Donohue, David Walser, Steve Holme,
34  Kamil Dudka
35
36         Thanks! (and sorry if I forgot to mention someone)
37
38 References to bug reports and discussions on issues:
39
40  [1] = https://github.com/bagder/curl/pull/79
41  [2] = http://curl.haxx.se/mail/lib-2013-10/0089.html
42  [3] = http://curl.haxx.se/mail/lib-2013-10/0096.html
43  [4] = http://curl.haxx.se/mail/lib-2013-10/0113.html
44  [5] = http://sourceforge.net/p/curl/bugs/1291