2016-05-31 04:55:54 +08:00
|
|
|
Curl and libcurl 7.50.0
|
2003-09-23 05:38:52 +08:00
|
|
|
|
2016-05-31 04:55:54 +08:00
|
|
|
Public curl releases: 156
|
2016-05-02 05:44:02 +08:00
|
|
|
Command line options: 185
|
2016-04-19 06:39:27 +08:00
|
|
|
curl_easy_setopt() options: 224
|
2015-08-12 15:07:37 +08:00
|
|
|
Public functions in libcurl: 61
|
2016-05-27 22:58:43 +08:00
|
|
|
Contributors: 1404
|
2014-03-26 05:57:47 +08:00
|
|
|
|
2016-05-31 04:55:54 +08:00
|
|
|
This release includes the following changes:
|
|
|
|
|
2016-06-01 05:33:48 +08:00
|
|
|
o http: add CURLINFO_HTTP_VERSION and %{http_version} [3]
|
2016-05-31 04:55:54 +08:00
|
|
|
|
2007-07-22 18:17:52 +08:00
|
|
|
This release includes the following bugfixes:
|
|
|
|
|
2016-06-01 05:33:48 +08:00
|
|
|
o memdebug: fix MSVC crash with -DMEMDEBUG_LOG_SYNC [1]
|
|
|
|
o openssl: fix build with OPENSSL_NO_COMP [2]
|
|
|
|
o mbedtls: removed unused variables [4]
|
|
|
|
o cmake: Added missing mbedTLS support [5]
|
|
|
|
o URL parser: allow URLs to use one, two or three slashes [6]
|
|
|
|
o curl: fix -q [regression] [7]
|
|
|
|
o openssl: Use correct buffer sizes for error messages [8]
|
2016-06-03 17:26:20 +08:00
|
|
|
o curl: fix SIGSEGV while parsing URL with too many globs [9]
|
2016-02-03 07:32:07 +08:00
|
|
|
|
2007-07-22 18:17:52 +08:00
|
|
|
This release includes the following known bugs:
|
|
|
|
|
2016-02-03 07:19:02 +08:00
|
|
|
o see docs/KNOWN_BUGS (https://curl.haxx.se/docs/knownbugs.html)
|
2007-07-22 18:17:52 +08:00
|
|
|
|
|
|
|
This release would not have looked like this without help, code, reports and
|
|
|
|
advice from friends like these:
|
|
|
|
|
2016-06-01 05:33:48 +08:00
|
|
|
Daniel Stenberg, Frank Gevaerts, Gisle Vanem, Marcel Raad, Michael Kaufmann,
|
|
|
|
Renaud Lehoux, vanillajonathan on github
|
|
|
|
(7 contributors)
|
2014-04-01 04:22:42 +08:00
|
|
|
|
2003-09-23 05:38:52 +08:00
|
|
|
Thanks! (and sorry if I forgot to mention someone)
|
2011-12-20 03:08:59 +08:00
|
|
|
|
|
|
|
References to bug reports and discussions on issues:
|
|
|
|
|
2016-06-01 05:33:48 +08:00
|
|
|
[1] = https://curl.haxx.se/bug/?i=828
|
|
|
|
[2] = https://curl.haxx.se/bug/?i=836
|
|
|
|
[3] = https://curl.haxx.se/bug/?i=799
|
|
|
|
[4] = https://curl.haxx.se/bug/?i=838
|
|
|
|
[5] = https://curl.haxx.se/bug/?i=837
|
|
|
|
[6] = https://curl.haxx.se/bug/?i=791
|
|
|
|
[7] = https://curl.haxx.se/bug/?i=842
|
|
|
|
[8] = https://curl.haxx.se/bug/?i=844
|
2016-06-03 17:26:20 +08:00
|
|
|
[9] = https://bugzilla.redhat.com/1340757
|