65d23608a196b61d7678982ed818f7037f00024f
[platform/upstream/curl.git] / RELEASE-NOTES
1 Curl and libcurl 7.17.1
2
3  Public curl release number:               102
4  Releases counted from the very beginning: 128
5  Available command line options:           121
6  Available curl_easy_setopt() options:     147
7  Number of public functions in libcurl:    55
8  Amount of public web site mirrors:        42
9  Number of known libcurl bindings:         36
10  Number of contributors:                   588
11
12 This release includes the following changes:
13  
14  o automatically append ";type=<a|i>" when using HTTP proxies for FTP urls
15  o improved NSS support
16  o added --proxy-negotiate
17  o added --post301 and CURLOPT_POST301
18  o builds with c-ares 1.5.0
19  o added CURLOPT_SSH_HOST_PUBLIC_KEY_MD5 and --hostpubmd5
20  o renamed CURLE_SSL_PEER_CERTIFICATE to CURLE_PEER_FAILED_VERIFICATION
21  o added CURLOPT_OPENSOCKETFUNCTION and CURLOPT_OPENSOCKETDATA
22  o CULROPT_COOKIELIST supports "FLUSH"
23  o added CURLOPT_COPYPOSTFIELDS
24
25 This release includes the following bugfixes:
26
27  o curl-config --protocols now properly reports LDAPS, SCP and SFTP
28  o ldapv3 support on Windows
29  o ldap builds with the MSVC makefiles
30  o no HOME and no key given caused SSH auth failure
31  o Negotiate authentication over proxy
32  o --ftp-method nocwd on directory listings
33  o FTP, CURLOPT_NOBODY enabled and CURLOPT_HEADER disabled now does TYPE
34    before SIZE
35  o re-used handle transfers with SFTP
36  o curl_easy_escape() problem with byte values >= 128
37  o handles chunked-encoded CONNECT responses
38  o misuse of ares_timeout() result
39  o --local-port on TFTP transfers
40  o CURLOPT_POSTFIELDS could fail to send binary data
41  o specifying a proxy with a trailing slash didn't work (unless it also
42    contained a port number)
43  o redirect from HTTP to FTP memory problem
44  o re-used connections a bit too much when using non-SSL protocols tunneled
45    over a HTTP proxy
46
47 This release includes the following known bugs:
48
49  o see docs/KNOWN_BUGS (http://curl.haxx.se/docs/knownbugs.html)
50
51 Other curl-related news:
52
53  o 
54
55 New curl mirrors:
56
57  o 
58
59 This release would not have looked like this without help, code, reports and
60 advice from friends like these:
61
62  Dan Fandrich, Michal Marek, Günter Knauf, Rob Crittenden, Immanuel Gregoire,
63  Mark Davies, Max Katsev, Philip Langdale, Alex Fishman, Johnny Luong,
64  Alexey Pesternikov, Yang Tse, Kim Rinnewitz, Michael Wallner,
65  Patrick Monnerat,
66  
67         Thanks! (and sorry if I forgot to mention someone)