source: UsbWattMeter/trunk/curl-7.47.1/RELEASE-NOTES@ 165

Last change on this file since 165 was 164, checked in by coas-nagasima, 8 years ago

TOPPERS/ECNLサンプルアプリ「USB充電器電力計」を追加

File size: 1.9 KB
Line 
1Curl and libcurl 7.47.1
2
3 Public curl releases: 152
4 Command line options: 179
5 curl_easy_setopt() options: 221
6 Public functions in libcurl: 61
7 Contributors: 1346
8
9This release includes the following bugfixes:
10
11 o getredirect.c: fix variable name
12 o tool_doswin: silence unused function warning [1]
13 o cmake: fixed when OpenSSL enabled on Windows and schannel detected [2]
14 o curl.1: Explain remote-name behavior if file already exists
15 o tool_operate: Don't sanitize --output path (Windows) [3]
16 o URLs: change all http:// URLs to https:// in documentation & comments
17 o sasl_sspi: Fix memory leak in domain populate [4]
18 o COPYING: clarify that Daniel is not the sole author
19 o examples/htmltitle: Use _stricmp on Windows [5]
20 o examples/asiohiper: Avoid function name collision on Windows [6]
21 o idn_win32: Better error checking [7]
22 o openssl: Fix signed/unsigned mismatch warning in X509V3_ext [8]
23 o curl save files: check for backslashes on cygwin [9]
24
25This release includes the following known bugs:
26
27 o see docs/KNOWN_BUGS (https://curl.haxx.se/docs/knownbugs.html)
28
29This release would not have looked like this without help, code, reports and
30advice from friends like these:
31
32 Bernard Spil, Dan Fandrich, Daniel Stenberg, Gisle Vanem, Michael Kaufmann,
33 Octavio Schroeder, Ray Satiro, Sergei Nikulov, Viktor Szak叩ts,
34 (9 contributors)
35
36 Thanks! (and sorry if I forgot to mention someone)
37
38References to bug reports and discussions on issues:
39
40 [1] = https://github.com/curl/curl/pull/616
41 [2] = https://curl.haxx.se/bug/?i=617
42 [3] = https://curl.haxx.se/bug/?i=624
43 [4] = https://github.com/curl/curl/issues/635
44 [5] = https://curl.haxx.se/mail/lib-2016-02/0017.html
45 [6] = https://curl.haxx.se/mail/lib-2016-02/0016.html
46 [7] = https://github.com/curl/curl/pull/637
47 [8] = https://github.com/curl/curl/commit/dd1b44c#commitcomment-15913896
48 [9] = https://curl.haxx.se/docs/adv_20160127B.html
Note: See TracBrowser for help on using the repository browser.