nss: fix misplaced code enabling non-blocking socket mode
[platform/upstream/curl.git] / RELEASE-NOTES
1 Curl and libcurl 7.29.1
2
3  Public curl releases:         132
4  Command line options:         152
5  curl_easy_setopt() options:   199
6  Public functions in libcurl:  58
7  Known libcurl bindings:       42
8  Contributors:                 1005
9
10 This release includes the following changes:
11
12  o imap: Changed response tag generation to be completely unique
13  o imap: Added support for SASL-IR extension
14  o darwinssl: Make certificate errors less techy
15  o imap/pop3/smtp: Added support for the STARTTLS capability
16
17 This release includes the following bugfixes:
18
19  o darwinssl: Fix build under Leopard
20  o DONE: consider callback-aborted transfers premature [1]
21  o ntlm: fix memory leak
22  o smtp: Fixed an issue when processing EHLO failure responses
23  o pop3: Fixed incorrect return value from pop3_endofresp()
24  o pop3: Fixed SASL authentication capability detection
25  o nss: fix misplaced code enabling non-blocking socket mode
26
27 This release includes the following known bugs:
28
29  o see docs/KNOWN_BUGS (http://curl.haxx.se/docs/knownbugs.html)
30
31 This release would not have looked like this without help, code, reports and
32 advice from friends like these:
33
34  Kamil Dudka, Steve Holme, Nick Zitzmann, Patricia Muscalu, Dan Fandrich,
35  Gisle Vanem, Guenter Knauf
36
37         Thanks! (and sorry if I forgot to mention someone)
38
39 References to bug reports and discussions on issues:
40
41  [1] = http://curl.haxx.se/bug/view.cgi?id=1184
42  [2] =