RELEASE-NOTES: mention that krb4 is up for consideration
[platform/upstream/curl.git] / RELEASE-NOTES
1 Curl and libcurl 7.30.0
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 ***
11   krb4 support is up for removal. If you care about it at all, speak up
12   on the curl-library list asap!
13 ***
14
15 This release includes the following changes:
16
17  o imap: Changed response tag generation to be completely unique
18  o imap: Added support for SASL-IR extension
19  o imap: Added support for the list command
20  o imap: Added support for the append command
21  o imap: Added custom request parsing
22  o imap: Added support to the fetch command for UID and SECTION properties
23  o imap: Added parsing and verification of the UIDVALIDITY mailbox attribute
24  o darwinssl: Make certificate errors less techy
25  o imap/pop3/smtp: Added support for the STARTTLS capability
26
27 This release includes the following bugfixes:
28
29  o darwinssl: Fix build under Leopard
30  o DONE: consider callback-aborted transfers premature [1]
31  o ntlm: fix memory leak
32  o smtp: Fixed an issue when processing EHLO failure responses
33  o pop3: Fixed incorrect return value from pop3_endofresp()
34  o pop3: Fixed SASL authentication capability detection
35  o pop3: Fixed blocking SSL connect when connecting via POP3S
36  o imap: Fixed memory leak when performing multiple selects 
37  o nss: fix misplaced code enabling non-blocking socket mode
38  o AddFormData: prevent only directories from being posted [2]
39  o darwinssl: fix infinite loop if server disconnected abruptly [3]
40  o metalink: fix improbable crash parsing metalink filename
41  o show proper host name on failed resolve
42  o MacOSX-Framework: Make script work in Xcode 4.0 and later
43  o strlcat: remove function [4]
44  o darwinssl: Fix send glitchiness with data > 32 or so KB [5]
45  o polarssl: better 1.1.x and 1.2.x support
46  o various documentation improvements
47
48 This release includes the following known bugs:
49
50  o see docs/KNOWN_BUGS (http://curl.haxx.se/docs/knownbugs.html)
51
52 This release would not have looked like this without help, code, reports and
53 advice from friends like these:
54
55  Kamil Dudka, Steve Holme, Nick Zitzmann, Patricia Muscalu, Dan Fandrich,
56  Gisle Vanem, Guenter Knauf, Yang Tse, Oliver Gondža, Aki Koskinen,
57  Alexander Klauer, Kim Vandry, Willem Sparreboom, Jeremy Huddleston,
58  Bruno de Carvalho
59
60         Thanks! (and sorry if I forgot to mention someone)
61
62 References to bug reports and discussions on issues:
63
64  [1] = http://curl.haxx.se/bug/view.cgi?id=1184
65  [2] = http://curl.haxx.se/mail/archive-2013-02/0040.html
66  [3] = http://curl.haxx.se/mail/lib-2013-03/0014.html
67  [4] = http://curl.haxx.se/bug/view.cgi?id=1192
68  [5] = http://curl.haxx.se/mail/lib-2013-02/0145.html