RELEASE-NOTES: Synced with 35e476a3f6cdd5
[platform/upstream/curl.git] / RELEASE-NOTES
1 Curl and libcurl 7.34.0
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  o imap/pop3/smtp: Added graceful cancellation of SASL authentication
14  o Add "Happy Eyeballs" for IPv4/IPv6 dual connect attempts
15  o base64: Added validation of base64 input strings when decoding [8]
16  o curl_easy_setopt: Added the ability to set the login options separately
17  o smtp: Added support for additional SMTP commands
18  o curl_easy_getinfo: Added CURLINFO_TLS_SESSION for accessing TLS internals
19
20 This release includes the following bugfixes:
21
22  o darwinssl: un-break iOS build after PKCS#12 feature added
23  o tool: use XFERFUNCTION to save some casts [2]
24  o usercertinmem: fix memory leaks
25  o ssh: Handle successful SSH_USERAUTH_NONE [3]
26  o NSS: acknowledge the --no-sessionid/CURLOPT_SSL_SESSIONID_CACHE option [4]
27  o test906: Fixed failing test on some platforms [5]
28  o sasl: initialize NSS before using NTLM crypto
29  o sasl: Fixed memory leak in OAUTH2 message creation
30  o imap/pop3/smtp: Fixed QUIT / LOGOUT being sent when SSL connect fails
31  o cmake: unbreak for non-Windows platforms [6]
32  o ssh: initialize per-handle data in ssh_connect()
33  o glob: fix broken URLs
34  o configure: check for long long when building with cyassl
35  o CURLOPT_RESOLVE: mention they don't time-out [7]
36  o docs/examples/httpput.c: fix build for MSVC
37  o FTP: make the data connection work when going through proxy
38  o NSS: support for CERTINFO feature
39  o curl_multi_wait: accept 0 from multi_timeout() as valid timeout
40  o glob_range: pass the closing bracket for a-z ranges
41  o tool_help: Updated --list-only description to include POP3
42  o Curl_ssl_push_certinfo_len: don't %.*s non-zero-terminated string [9]
43  o cmake: fix Windows build with IPv6 support [10]
44  o ares: Fixed compilation under Visual Studio 2012 [11]
45  o curl_easy_setopt.3: clarify CURLOPT_SSL_VERIFYHOST documentation [12]
46  o curl.1: mention that -O does no URL decoding [13]
47  o darwinssl: PKCS#12 import feature now requires Lion or later [14]
48  o darwinssl: check for SSLSetSessionOption() presence when toggling BEAST
49  o configure: Fix test with -Werror=implicit-function-declaration [15]
50
51 This release includes the following known bugs:
52
53  o see docs/KNOWN_BUGS (http://curl.haxx.se/docs/knownbugs.html)
54
55 This release would not have looked like this without help, code, reports and
56 advice from friends like these:
57
58  Nick Zitzmann, Gergely Nagy, Alessandro Ghedini, Dave Reisner,
59  Ishan SinghLevett, Tyler Hall, Paul Donohue, David Walser, Steve Holme,
60  Kamil Dudka, Oliver Kuckertz, Gisle Vanem, Javier Barroso, Chris Conlon,
61  Romulo Ceccon, Patrick Monnerat, Björn Stenberg, Patrick Monnerat,
62  Paul Marks, Rémy Léone, Marcin Gryszkalis, Felix Yan, Z98, Andreas Rieke,
63  Kim Vandry, Tomas Hoger, Michael Osipov, myriachan, Yaakov Selkowitz,
64  Fabian Keil, Christian Grothoff
65
66         Thanks! (and sorry if I forgot to mention someone)
67
68 References to bug reports and discussions on issues:
69
70  [1] = https://github.com/bagder/curl/pull/79
71  [2] = http://curl.haxx.se/mail/lib-2013-10/0089.html
72  [3] = http://curl.haxx.se/mail/lib-2013-10/0096.html
73  [4] = http://curl.haxx.se/mail/lib-2013-10/0113.html
74  [5] = http://sourceforge.net/p/curl/bugs/1291
75  [6] = http://sourceforge.net/p/curl/bugs/1292
76  [7] = http://curl.haxx.se/mail/lib-2013-10/0062.html
77  [8] = http://curl.haxx.se/mail/lib-2013-10/0242.html
78  [9] = http://curl.haxx.se/bug/view.cgi?id=1295
79  [10] = http://sourceforge.net/p/curl/bugs/1064
80  [11] = http://curl.haxx.se/mail/lib-2013-11/0057.html
81  [12] = https://github.com/bagder/curl/pull/83
82  [13] = http://sourceforge.net/p/curl/bugs/1299
83  [14] = http://curl.haxx.se/mail/lib-2013-11/0076.html
84  [15] = http://curl.haxx.se/bug/view.cgi?id=1304