reflect the last few changes
[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 file upload parts in formposts now get their directory names cut off
14  o added CURLINFO_OS_ERRNO
15  o added CURLOPT_FTPSSLAUTH to allow ftp connects to attempt "AUTH TLS" instead
16    before "AUTH SSL"
17  o curl_getdate() completely rewritten, which may affect curl -z use cases
18
19 This release includes the following bugfixes:
20
21  o curl/multi.h works better included in winsock-using apps
22  o curl_easy_reset() no longer enables the progress meter
23  o build fix for SSL disabled curl with SSL Engine support present
24  o configure --with-ssl=PATH now ignores pkg-config path info
25  o CURLOPT_SSLENGINE can be set to NULL even if no engine support is available
26  o LDAP crash when more than one record was received
27  o connect failures properly stores an error message in the errorbuffer
28  o Rare Location:-following problem with bad original URL
29  o -F can now add Content-Type on non-file sections
30  o double Host: header when following Location: with replaced Host: fixed
31  o curl_multi_add_handle() return code fix
32  o "Proxy-Connection: close" is now understood and properly dealt with
33  o curl_getdate() crash fixed
34  o downloading empty files now calls the write callback properly
35  o no reverse DNS lookups for ip-only addresses with ipv6-enabled libcurl
36  o libcurl works better multi-threaded on AIX (when built with xlc)
37  o cookies over proxy didn't match the path properly
38  o MSVC makefile fixes to build better
39  o FTP response 530 on 'PASS' now sends back a better error message
40
41 Other curl-related news since the previous public release:
42
43  o AdacURL version 7.12.1 http://www.almroth.com/adacurl/index.html
44  o pycurl version 7.12.1 http://pycurl.sourceforge.net/
45
46 This release would not have looked like this without help, code, reports and
47 advice from friends like these:
48
49  Casey O'Donnell, Roland Krikava, Alex, Alexander Krasnostavsky, Kjetil
50  Jacobsen, Ling Thio, Roman Koifman, Harshal Pradhan, Jonas Forsman, David
51  Tarendash, Daniel at touchtunes, Bertrand Demiddelaer, Andreas Rieke,
52  Jean-Claude Chauve, Dan Fandrich, Peter Sylvester, "Mekonikum", Jean-Philippe
53  Barrette-LaPierre, Günter Knauf, Larry Campbell, Fedor Karpelevitch
54
55         Thanks! (and sorry if I forgot to mention someone)