aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
blob: f0954d9c502829ae41815393c338177533eef223 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Curl and libcurl 7.33.1

 Public curl releases:         136
 Command line options:         161
 curl_easy_setopt() options:   205
 Public functions in libcurl:  58
 Known libcurl bindings:       42
 Contributors:                 1057

This release includes the following changes:

 o SSL: protocol version can be specified more precisely [1]

This release includes the following bugfixes:

 o darwinssl: un-break iOS build after PKCS#12 feature added
 o tool: use XFERFUNCTION to save some casts [2]
 o usercertinmem: fix memory leaks
 o ssh: Handle successful SSH_USERAUTH_NONE [3]
 o NSS: acknowledge the --no-sessionid/CURLOPT_SSL_SESSIONID_CACHE option [4]
 o test906: Fixed failing test on some platforms [5]
 o curl_sasl: initialize NSS before using NTLM crypto
 o imap/pop3/smtp: Fixed QUIT / LOGOUT being sent when SSL connect fails

This release includes the following known bugs:

 o see docs/KNOWN_BUGS (http://curl.haxx.se/docs/knownbugs.html)

This release would not have looked like this without help, code, reports and
advice from friends like these:

 Nick Zitzmann, Gergely Nagy, Alessandro Ghedini, Dave Reisner,
 Ishan SinghLevett, Tyler Hall, Paul Donohue, David Walser, Steve Holme,
 Kamil Dudka

        Thanks! (and sorry if I forgot to mention someone)

References to bug reports and discussions on issues:

 [1] = https://github.com/bagder/curl/pull/79
 [2] = http://curl.haxx.se/mail/lib-2013-10/0089.html
 [3] = http://curl.haxx.se/mail/lib-2013-10/0096.html
 [4] = http://curl.haxx.se/mail/lib-2013-10/0113.html
 [5] = http://sourceforge.net/p/curl/bugs/1291