dbb39902515866f79824b70f95f45c1add334ab2
[platform/upstream/curl.git] / RELEASE-NOTES
1 Curl and libcurl 7.15.2
2
3  Public curl release number:               92
4  Releases counted from the very beginning: 119
5  Available command line options:           109
6  Available curl_easy_setopt() options:     125
7  Number of public functions in libcurl:    46
8  Amount of public web site mirrors:        28
9  Number of known libcurl bindings:         32
10  Number of contributors:                   474
11
12 This release includes the following changes:
13
14  o curl_global_init() and curl_global_cleanup() are now using a refcount so
15    that it is now legal to call them multiple times. See updated info for
16    details.
17
18 This release includes the following bugfixes:
19
20  o test suite kill race condition
21  o FTP_SKIP_PASV_IP and FTP_USE_EPSV when doing FTP over HTTP proxy
22  o Doing a second request with FTP on the same bath path, would make libcurl
23    confuse what current working directory it had
24  o FTP over HTTP proxy now sends the second CONNECT properly
25  o numerous compiler warnings and build quirks for various compilers have
26    been addressed
27  o supports name and passwords up to 255 bytes long, embedded in URLs
28  o the HTTP_ONLY define disables the TFTP support
29
30 Other curl-related news since the previous public release:
31
32  o http://curl.hkmirror.org/ is a new curl web mirror in Hong Kong
33  o http://curl.storemypix.com/ is a new curl web mirror in Germany
34  o http://curl.s-lines.net/ is a new curl web mirror in Japan
35  o TclCurl 0.15.1 was released:
36    http://personal1.iddeo.es/andresgarci/tclcurl/english/
37
38 This release would not have looked like this without help, code, reports and
39 advice from friends like these:
40
41  Dov Murik, Jean Jacques Drouin, Andres Garcia, Yang Tse, Gisle Vanem, Dan
42  Fandrich, Alexander Lazic, Michael Jahn, Andrew Benham, Bryan Henderson
43  
44         Thanks! (and sorry if I forgot to mention someone)