RELEASE-NOTES: synced with 5e722b2d09087
[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  o checksrc: ban use of sprintf, vsprintf, strcat, strncat and gets
27  o curl_global_init() now accepts the CURL_GLOBAL_ACK_EINTR flag [10]
28  o Added CURLMOPT_MAX_HOST_CONNECTIONS, CURLMOPT_MAX_TOTAL_CONNECTIONS for
29    new multi interface connection handling.
30  o Added CURLMOPT_MAX_PIPELINE_LENGTH, CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE,
31    CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE, CURLMOPT_PIPELINING_SITE_BL and
32    CURLMOPT_PIPELINING_SERVER_BL for new pipelining control [15]
33
34 This release includes the following bugfixes:
35
36  o darwinssl: Fix build under Leopard
37  o DONE: consider callback-aborted transfers premature [1]
38  o ntlm: fix memory leak
39  o smtp: Fixed an issue when processing EHLO failure responses
40  o pop3: Fixed incorrect return value from pop3_endofresp()
41  o pop3: Fixed SASL authentication capability detection
42  o pop3: Fixed blocking SSL connect when connecting via POP3S
43  o imap: Fixed memory leak when performing multiple selects 
44  o nss: fix misplaced code enabling non-blocking socket mode
45  o AddFormData: prevent only directories from being posted [2]
46  o darwinssl: fix infinite loop if server disconnected abruptly [3]
47  o metalink: fix improbable crash parsing metalink filename
48  o show proper host name on failed resolve
49  o MacOSX-Framework: Make script work in Xcode 4.0 and later
50  o strlcat: remove function [4]
51  o darwinssl: Fix send glitchiness with data > 32 or so KB [5]
52  o polarssl: better 1.1.x and 1.2.x support
53  o various documentation improvements
54  o multi: NULL pointer reference when closing an unused multi handle [9]
55  o SOCKS: fix socks proxy when noproxy matched [7]
56  o install-sh: updated to support multiple source files as arguments [6]
57  o PolarSSL: added human readable error strings
58  o resolver_error: remove wrong error message output
59  o docs: updates HTML index and general improvements
60  o curlbuild.h.dist: enhance non-configure GCC ABI detection logic
61  o sasl: Fixed null pointer reference when decoding empty digest challenge [8]
62  o easy: do not ignore poll() failures other than EINTR
63  o darwinssl: disable ECC ciphers under Mountain Lion by default
64  o CONNECT: count received headers [11]
65  o build: fixes for VMS
66  o CONNECT: clear 'rewindaftersend' on success [12]
67  o HTTP proxy: insert slash in URL if missing [13]
68  o hiperfifo: updated to use current libevent API [14]
69  o getinmemory.c: abort the transfer nicely if not enough memory
70  o improved win32 memorytracking and fixed NTLM memory leaks
71  o corrected proxy header response headers count [16]
72  o FTP quote operations on re-used connection [17]
73  o tcpkeepalive on win32 [18]
74  o easy: acknowledge the CURLOPT_MAXCONNECTS option properly [19]
75  o easy interface: restore default MAXCONNECTS to 5
76  o win32: don't set SO_SNDBUF for windows vista or later versions [20]
77
78 This release includes the following known bugs:
79
80  o see docs/KNOWN_BUGS (http://curl.haxx.se/docs/knownbugs.html)
81
82 This release would not have looked like this without help, code, reports and
83 advice from friends like these:
84
85  Kamil Dudka, Steve Holme, Nick Zitzmann, Patricia Muscalu, Dan Fandrich,
86  Gisle Vanem, Guenter Knauf, Yang Tse, Oliver Gondža, Aki Koskinen,
87  Alexander Klauer, Kim Vandry, Willem Sparreboom, Jeremy Huddleston,
88  Bruno de Carvalho, Rainer Jung, Jeremy Huddleston, Kim Vandry, Jiri Hruska,
89  Alexander Klauer, Saran Neti, Alessandro Ghedini, Linus Nielsen Feltzing,
90  Martin Jansen, John E. Malmberg, Tom Grace, Patrick Monnerat,
91  Zdenek Pavlas, Myk Taylor, Cédric Deltheil, Robert Wruck, Sam Deane,
92  Clemens Gruber, Marc Hoersken, Tomas Mlcoch, Fredrik Thulin, Steven Gu,
93  Andrew Kurushin, Christian Hägele
94
95         Thanks! (and sorry if I forgot to mention someone)
96
97 References to bug reports and discussions on issues:
98
99  [1] = http://curl.haxx.se/bug/view.cgi?id=1184
100  [2] = http://curl.haxx.se/mail/archive-2013-02/0040.html
101  [3] = http://curl.haxx.se/mail/lib-2013-03/0014.html
102  [4] = http://curl.haxx.se/bug/view.cgi?id=1192
103  [5] = http://curl.haxx.se/mail/lib-2013-02/0145.html
104  [6] = http://curl.haxx.se/bug/view.cgi?id=1195
105  [7] = http://curl.haxx.se/bug/view.cgi?id=1190
106  [8] = http://curl.haxx.se/bug/view.cgi?id=1193
107  [9] = http://curl.haxx.se/bug/view.cgi?id=1194
108  [10] = http://curl.haxx.se/bug/view.cgi?id=1168
109  [11] = http://curl.haxx.se/bug/view.cgi?id=1204
110  [12] = https://groups.google.com/d/msg/msysgit/B31LNftR4BI/KhRTz0iuGmUJ
111  [13] = http://curl.haxx.se/bug/view.cgi?id=1206
112  [14] = http://curl.haxx.se/bug/view.cgi?id=1199
113  [15] = http://daniel.haxx.se/blog/2013/03/26/better-pipelining-in-libcurl-7-30-0/
114  [16] = http://curl.haxx.se/bug/view.cgi?id=1204
115  [17] = http://curl.haxx.se/mail/lib-2013-03/0319.html
116  [18] = http://curl.haxx.se/bug/view.cgi?id=1209
117  [19] = http://curl.haxx.se/bug/view.cgi?id=1212
118  [20] = http://curl.haxx.se/bug/view.cgi?id=1188