curl-config got a --checkfor option
[platform/upstream/curl.git] / RELEASE-NOTES
1 Curl and libcurl 7.15.4
2
3  Public curl release number:               94
4  Releases counted from the very beginning: 121
5  Available command line options:           112
6  Available curl_easy_setopt() options:     132
7  Number of public functions in libcurl:    49
8  Amount of public web site mirrors:        29
9  Number of known libcurl bindings:         32
10  Number of contributors:                   492
11
12 This release includes the following changes:
13
14  o curl-config got a --checkfor option to compare version numbers
15  o line end conversions for FTP ASCII transfers
16  o curl_multi_socket() API added (still mostly untested)
17  o conversion callback options for EBCDIC <=> ASCII conversions
18  o added CURLINFO_FTP_ENTRY_PATH
19  o less blocking for the multi interface during SSL connect negotiation 
20
21 This release includes the following bugfixes:
22
23  o deflate code survives lack of zlib header
24  o CURLOPT_INTERFACE works with hostname
25  o configure runs fine with ICC
26  o closed control connection with FTP when easy handle was removed from multi
27  o curl --trace crash when built with VS2005
28  o SSL connect time-out
29  o improved NTLM functionality
30  o following redirects with more than one question mark in source URL
31  o fixed debug build crash with -d
32  o TFTP works on more systems
33  o generates a fine AIX Toolbox RPM spec
34  o treat FTP AUTH failures properly
35  o TFTP transfers could trash data
36  o -d + -G combo crash
37
38 Other curl-related news since the previous public release:
39
40  o tclcurl 0.15.3 was released:
41    http://personal1.iddeo.es/andresgarci/tclcurl/english/
42  o http://curl.usphp.com/ is a new mirror in Florida, US
43
44 This release would not have looked like this without help, code, reports and
45 advice from friends like these:
46
47  Dan Fandrich, Ilja van Sprundel, David McCreedy, Tor Arntsen, Xavier Bouchoux,
48  David Byron, Michele Bini, Ates Goral, Katie Wang, Robson Braga Araujo,
49  Ale Vesely, Paul Querna, Gisle Vanem
50
51         Thanks! (and sorry if I forgot to mention someone)