recent fixes
[platform/upstream/curl.git] / RELEASE-NOTES
1 Curl and libcurl 7.12.3
2
3  Public curl release number:               84
4  Releases counted from the very beginning: 111
5  Available command line options:           100
6  Available curl_easy_setopt() options:     121
7  Number of public functions in libcurl:    46
8  Amount of public web site mirrors:        13
9  Number of known libcurl bindings:         27
10
11 This release includes the following changes:
12
13  o no longer uses libcurl.def for building on Windows, OS/2 and Netware
14  o builds on Windows CE
15  o request retrying, --retry and family added
16  o FTP 3rd party transfers with source and dest on the same host now works
17  o added CURLINFO_NUM_CONNECTS
18
19 This release includes the following bugfixes:
20
21  o building with gssapi libs and hdeaders in the default dirs
22  o curl_getdate() parsing of dates later than year 2037 with 32 bit time_t
23  o curl -v when stderr is closed wrote debug messages to the network socket
24  o build failure with libidn 0.3.X or older
25  o huge POSTs on VMS
26  o configure no longer uses pkg-config on cross-compiles
27  o potential gzip decompress memory leak
28  o "-C - --fail" on a HTTP page already downloaded
29  o formposting a zero byte file
30  o use setlocale() for better IDN functionality by default
31
32 Other curl-related news since the previous public release:
33
34  o pycurl 7.12.2: http://pycurl.sf.net/
35  o TclCurl 0.12.2: http://personal1.iddeo.es/andresgarci/tclcurl/english/
36  o libcurl.NET 1.1: http://www.seasideresearch.com/downloads.html
37
38 This release would not have looked like this without help, code, reports and
39 advice from friends like these:
40
41  Peter Wullinger, Guillaume Arluison, Alexander Krasnostavsky, Mohun Biswas,
42  Tomas Pospisek, Gisle Vanem, Dan Fandrich, Paul Nolan, Andres Garcia,
43  Tim Sneddon, Ian Gulliver, Jean-Philippe Barrette-LaPierre, Jeff Phillips
44
45         Thanks! (and sorry if I forgot to mention someone)