recent stuff
[platform/upstream/curl.git] / RELEASE-NOTES
1 Curl and libcurl 7.12.2
2
3  Public curl release number:               83
4  Releases counted from the very beginning: 110
5  Available command line options:           96
6  Available curl_easy_setopt() options:     121
7  Number of public functions in libcurl:    36
8  Amount of public web site mirrors:        12
9  Number of known libcurl bindings:         26
10
11 This release includes the following changes:
12
13  o added CURLOPT_FTPSSLAUTH to allow ftp connects to attempt "AUTH TLS" instead
14    before "AUTH SSL"
15  o curl_getdate() completely rewritten, which may affect curl -z use cases
16
17 This release includes the following bugfixes:
18
19  o CURLOPT_SSLENGINE can be set to NULL even if no engine support is available
20  o LDAP crash when more than one record was received
21  o connect failures properly stores an error message in the errorbuffer
22  o Rare Location:-following problem with bad original URL
23  o -F can now add Content-Type on non-file sections
24  o double Host: header when following Location: with replaced Host: fixed
25  o curl_multi_add_handle() return code fix
26  o "Proxy-Connection: close" is now understood and properly dealt with
27  o curl_getdate() crash fixed
28  o downloading empty files now calls the write callback properly
29  o no reverse DNS lookups for ip-only addresses with ipv6-enabled libcurl
30  o libcurl works better multi-threaded on AIX (when built with xlc)
31  o cookies over proxy didn't match the path properly
32  o MSVC makefile fixes to build better
33  o FTP response 530 on 'PASS' now sends back a better error message
34
35 Other curl-related news since the previous public release:
36
37  o AdacURL version 7.12.1 http://www.almroth.com/adacurl/index.html
38  o pycurl version 7.12.1 http://pycurl.sourceforge.net/
39
40 This release would not have looked like this without help, code, reports and
41 advice from friends like these:
42
43  Casey O'Donnell, Roland Krikava, Alex, Alexander Krasnostavsky, Kjetil
44  Jacobsen, Ling Thio, Roman Koifman, Harshal Pradhan, Jonas Forsman, David
45  Tarendash, Daniel at touchtunes, Bertrand Demiddelaer, Andreas Rieke,
46  Jean-Claude Chauve, Dan Fandrich, Peter Sylvester
47
48         Thanks! (and sorry if I forgot to mention someone)