Enable OpenLDAP support for cygwin builds.
[platform/upstream/curl.git] / RELEASE-NOTES
1 Curl and libcurl 7.21.0
2
3  Public curl releases:         116
4  Command line options:         138
5  curl_easy_setopt() options:   180
6  Public functions in libcurl:  58
7  Known libcurl bindings:       39
8  Contributors:                 794
9
10 This release includes the following changes:
11
12  o added the --proto and -proto-redir options
13  o new configure option --enable-threaded-resolver
14  o improve TELNET ability with libcurl
15  o added support for PolarSSL
16  o added support for FTP wildcard matching and downloads
17  o added support for RTMP
18  o introducing new LDAP code for new enough OpenLDAP
19  o OpenLDAP support enabled for cygwin builds
20
21 This release includes the following bugfixes:
22
23  o prevent needless reverse name lookups
24  o detect GSS on ancient Linux distros
25  o GnuTLS: EOF caused error when it wasn't
26  o GnuTLS: SSL handshake phase is non-blocking
27  o -J/--remote-header-name strips CRLF
28  o MSVC makefiles now use ws2_32.lib instead of wsock32.lib
29  o -O crash on windows
30  o SSL handshake timeout underflow in libcurl-NSS
31  o multi interface missed storing connection time
32  o broken CRL support in libcurl-NSS
33  o ignore response-body on redirect even if compressed
34  o OpenSSL handshake state-machine for multi interface
35  o TFTP timeout option sent correctly
36  o TFTP block id wrap
37  o curl_multi_socket_action() timeout handles inaccuracy in timers better
38  o SCP/SFTP failure to respect the timeout
39
40 This release includes the following known bugs:
41
42  o see docs/KNOWN_BUGS (http://curl.haxx.se/docs/knownbugs.html)
43
44 This release would not have looked like this without help, code, reports and
45 advice from friends like these:
46
47  Rainer Canavan, Paul Howarth, Jerome Vouillon, Ruslan Gazizov, Yang Tse,
48  Kamil Dudka, Alex Bligh, Ben Greear, Hoi-Ho Chan, Howard Chu, Dirk Manske,
49  Pavel Raiskup, John-Mark Bell, Eric Mertens, Tor Arntsen, Douglas Kilpatrick,
50  Igor Novoseltsev, Jason McDonald
51
52         Thanks! (and sorry if I forgot to mention someone)