RELEASE-NOTES: synced with fc6c4c10f9faab08
[platform/upstream/curl.git] / RELEASE-NOTES
1 Curl and libcurl 7.21.3
2
3  Public curl releases:         119
4  Command line options:         143
5  curl_easy_setopt() options:   185
6  Public functions in libcurl:  58
7  Known libcurl bindings:       39
8  Contributors:                 827
9
10 This release includes the following changes:
11
12  o Added --noconfigure switch to testcurl.pl
13  o Added --xattr option
14  o Added CURLOPT_RESOLVE and --resolve
15
16 This release includes the following bugfixes:
17
18  o check for libcurl features for some command line options
19  o Curl_setopt: disallow CURLOPT_USE_SSL without SSL support
20  o http_chunks: remove debug output
21  o URL-parsing: consider ? a divider
22  o SSH: avoid using the libssh2_ prefix
23  o SSH: use libssh2_session_handshake() to work on win64
24  o ftp: prevent server from hanging on closed data connection when stopping
25    a transfer before the end of the full transfer (ranges)
26  o LDAP: detect non-binary attributes properly
27
28 This release includes the following known bugs:
29
30  o see docs/KNOWN_BUGS (http://curl.haxx.se/docs/knownbugs.html)
31
32 This release would not have looked like this without help, code, reports and
33 advice from friends like these:
34
35  Dan Fandrich, Guenter Knauf, Pat Ray, Hongli Lai, Kamil Dudka,
36  Stefan Tomanek, Alfred Gebert, Yang Tse
37
38         Thanks! (and sorry if I forgot to mention someone)