tizen 2.4 release
[external/curl.git] / RELEASE-NOTES
1 Curl and libcurl 7.40.1
2
3  Public curl releases:         144
4  Command line options:         162
5  curl_easy_setopt() options:   208
6  Public functions in libcurl:  58
7  Contributors:                 1233
8
9 This release includes the following changes:
10
11  o NetWare build: added TLS-SRP enabled build
12  o winbuild: Added option to build with c-ares
13  o 
14
15 This release includes the following bugfixes:
16
17  o sasl_gssapi: Fixed build on NetBSD with built-in GSS-API [1]
18  o FTP: fix IPv6 host using link-local address [2]
19  o FTP: if EPSV fails on IPV6 connections, bail out
20  o gssapi: Remove need for duplicated GSS_C_NT_HOSTBASED_SERVICE definitions
21  o NSS: fix compiler error when built http2-enabled
22  o mingw build: allow to pass custom CFLAGS [3]
23  o add -m64 CFLAGS when targeting mingw64, add -m32/-m64 to LDFLAGS [4]
24  o curl_schannel.c: mark session as removed from cache if not freed [5]
25  o Curl_pretransfer: reset expected transfer sizes [6]
26  o curl.h: remove extra space [7]
27  o curl_endian: Fixed build when 64-bit integers are not supported [8]
28  o checksrc.bat: Better detection of Perl installation
29  o build-openssl.bat: Added check for Perl installation
30  o 
31
32 This release includes the following known bugs:
33
34  o see docs/KNOWN_BUGS (http://curl.haxx.se/docs/knownbugs.html)
35
36 This release would not have looked like this without help, code, reports and
37 advice from friends like these:
38
39   Daniel Stenberg, Guenter Knauf, Jean-Francois Durand, John E. Malmberg,
40   Marc Hoersken, Mohammad AlSaleh, Sam Schanken, Steve Holme, Thomas Klausner,
41   Viktor Szakats, Vojtěch Král, Yun SangHo
42
43         Thanks! (and sorry if I forgot to mention someone)
44
45 References to bug reports and discussions on issues:
46
47  [1] = http://curl.haxx.se/bug/view.cgi?id=1469
48  [2] = http://curl.haxx.se/bug/view.cgi?id=1468
49  [3] = https://github.com/bagder/curl/pull/136
50  [4] = https://github.com/bagder/curl/pull/134
51  [5] = http://curl.haxx.se/mail/lib-2015-01/0036.html
52  [6] = http://curl.haxx.se/mail/lib-2015-01/0065.html
53  [7] = https://github.com/bagder/curl/pull/137
54  [8] = http://curl.haxx.se/mail/lib-2015-01/0094.html
55  [9] =