curl.1: updated --libcurl
[platform/upstream/curl.git] / RELEASE-NOTES
1 Curl and libcurl 7.25.0
2
3  Public curl releases:         127
4  Command line options:         150
5  curl_easy_setopt() options:   198
6  Public functions in libcurl:  58
7  Known libcurl bindings:       39
8  Contributors:                 907
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
17 This release includes the following bugfixes:
18
19  o --max-redirs: allow negative numbers as option value [3]
20  o parse_proxy: bail out on zero-length proxy names [6]
21  o configure: don't modify LD_LIBRARY_PATH for cross compiles [7]
22  o curl_easy_reset: reset the referer string [8]
23  o curl tool: don't abort glob-loop due to failures [9]
24  o CONNECT: send correct Host: with IPv6 numerical address [10]
25  o Explicitly link to the nettle/gcrypt libraries [11]
26  o more resilient connection times among IP addresses [12]
27  o winbuild: fix IPV6 and IDN options
28
29 This release includes the following known bugs:
30
31  o see docs/KNOWN_BUGS (http://curl.haxx.se/docs/knownbugs.html)
32
33 This release would not have looked like this without help, code, reports and
34 advice from friends like these:
35
36  Colin Hogben, Alessandro Ghedini, Kamil Dudka, Rob Ward, Dave Reisner,
37  Martin Storsjo, Pierre Ynard, Pierre Joye, Yang Tse, Dan Fandrich,
38  Michael Day, Juan Barreto, Chandrakant Bagul
39
40         Thanks! (and sorry if I forgot to mention someone)
41
42 References to bug reports and discussions on issues:
43
44  [1] = http://curl.haxx.se/mail/lib-2012-02/0009.html
45  [2] = http://curl.haxx.se/mail/lib-2012-02/0001.html
46  [3] = http://curl.haxx.se/mail/lib-2012-02/0098.html
47  [4] = http://curl.haxx.se/mail/lib-2012-01/0264.html
48  [5] = http://curl.haxx.se/mail/lib-2012-01/0263.html
49  [6] = http://curl.haxx.se/mail/lib-2012-02/0000.html
50  [7] = http://curl.haxx.se/mail/lib-2012-02/0052.html
51  [8] = http://curl.haxx.se/bug/view.cgi?id=3481551
52  [9] = http://curl.haxx.se/bug/view.cgi?id=3481223
53  [10] = http://curl.haxx.se/bug/view.cgi?id=3482093
54  [11] = http://curl.haxx.se/mail/lib-2012-01/0303.html
55  [12] = http://curl.haxx.se/mail/lib-2012-01/0190.html