RELEASE-NOTES: synced with b8b2cf612b2
[platform/upstream/curl.git] / RELEASE-NOTES
1 Curl and libcurl 7.25.0
2
3  Public curl releases:         127
4  Command line options:         151
5  curl_easy_setopt() options:   199
6  Public functions in libcurl:  58
7  Known libcurl bindings:       39
8  Contributors:                 929
9
10 This release includes the following changes:
11
12  o configure: add option disable --libcurl output [1]
13  o --ssl-allow-beast and CURLOPT_SSL_OPTIONS added [2]
14  o Added CURLOPT_TCP_KEEPALIVE, CURLOPT_TCP_KEEPIDLE, CURLOPT_TCP_KEEPINTVL [4]
15  o curl: use new library-side TCP_KEEPALIVE options [5]
16  o Added a new CURLOPT_MAIL_AUTH option [13]
17  o Added support for --mail-auth [14]
18  o --libcurl now also works with -F and more! [15]
19
20 This release includes the following bugfixes:
21
22  o --max-redirs: allow negative numbers as option value [3]
23  o parse_proxy: bail out on zero-length proxy names [6]
24  o configure: don't modify LD_LIBRARY_PATH for cross compiles [7]
25  o curl_easy_reset: reset the referer string [8]
26  o curl tool: don't abort glob-loop due to failures [9]
27  o CONNECT: send correct Host: with IPv6 numerical address [10]
28  o Explicitly link to the nettle/gcrypt libraries [11]
29  o more resilient connection times among IP addresses [12]
30  o winbuild: fix IPV6 and IDN options
31  o SMTP: Fixed error when using CURLOPT_CONNECT_ONLY
32  o cyassl: update to CyaSSL 2.0.x API
33  o smtp: Fixed an issue with the EOB checking
34  o pop3: Fixed drop of final CRLF in EOB checking [16]
35  o smtp: Fixed an issue with writing postdata
36  o smtp: Added support for returning SMTP response codes
37  o CONNECT: fix ipv6 address in the Request-Line [17]
38  o curl-config: only provide libraries with --libs
39  o LWIP: don't consider HAVE_ERRNO_H to be winsock [19]
40  o ssh: tunnel through HTTP proxy if requested
41  o cookies: strip off [brackets] from numerical ipv6 host names [20]
42  o libcurl docs: version corrections [18]
43  o cmake: list_spaces_append_once failure [22]
44  o resolve with c-ares: don't resolve IPv6 when not working [21]
45  o smtp: changed error code for EHLO and HELO responses
46  o parsedate: fix a numeric overflow
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  Colin Hogben, Alessandro Ghedini, Kamil Dudka, Rob Ward, Dave Reisner,
56  Martin Storsjo, Pierre Ynard, Pierre Joye, Yang Tse, Dan Fandrich,
57  Michael Day, Juan Barreto, Chandrakant Bagul, Steve Holme, Todd Ouska,
58  Rich Gray, John Joseph Bachir, Armel Asselin, Andrei Cipu,
59  Maxim Prohorov
60  
61         Thanks! (and sorry if I forgot to mention someone)
62
63 References to bug reports and discussions on issues:
64
65  [1] = http://curl.haxx.se/mail/lib-2012-02/0009.html
66  [2] = http://curl.haxx.se/mail/lib-2012-02/0001.html
67  [3] = http://curl.haxx.se/mail/lib-2012-02/0098.html
68  [4] = http://curl.haxx.se/mail/lib-2012-01/0264.html
69  [5] = http://curl.haxx.se/mail/lib-2012-01/0263.html
70  [6] = http://curl.haxx.se/mail/lib-2012-02/0000.html
71  [7] = http://curl.haxx.se/mail/lib-2012-02/0052.html
72  [8] = http://curl.haxx.se/bug/view.cgi?id=3481551
73  [9] = http://curl.haxx.se/bug/view.cgi?id=3481223
74  [10] = http://curl.haxx.se/bug/view.cgi?id=3482093
75  [11] = http://curl.haxx.se/mail/lib-2012-01/0303.html
76  [12] = http://curl.haxx.se/mail/lib-2012-01/0190.html
77  [13] = http://curl.haxx.se/libcurl/c/curl_easy_setopt.html#CURLOPTMAILAUTH
78  [14] = http://curl.haxx.se/docs/manpage.html#--mail-auth
79  [15] = http://curl.haxx.se/docs/manpage.html#--libcurl
80  [16] = http://curl.haxx.se/mail/lib-2012-02/0051.html
81  [17] = http://curl.haxx.se/bug/view.cgi?id=3493129
82  [18] = http://curl.haxx.se/bug/view.cgi?id=3494091
83  [19] = http://curl.haxx.se/mail/lib-2012-03/0046.html
84  [20] = http://curl.haxx.se/mail/lib-2012-03/0036.html
85  [21] = http://curl.haxx.se/mail/lib-2012-03/0045.html
86  [22] = http://curl.haxx.se/bug/view.cgi?id=3494968