1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/RELEASE-NOTES

48 lines
1.6 KiB
Plaintext
Raw Normal View History

2016-05-30 16:55:54 -04:00
Curl and libcurl 7.50.0
2016-05-30 16:55:54 -04:00
Public curl releases: 156
2016-05-01 17:44:02 -04:00
Command line options: 185
curl_easy_setopt() options: 224
2015-08-12 03:07:37 -04:00
Public functions in libcurl: 61
2016-05-27 10:58:43 -04:00
Contributors: 1404
2014-03-25 17:57:47 -04:00
2016-05-30 16:55:54 -04:00
This release includes the following changes:
o http: add CURLINFO_HTTP_VERSION and %{http_version} [3]
2016-05-30 16:55:54 -04:00
This release includes the following bugfixes:
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]
o curl: fix SIGSEGV while parsing URL with too many globs [9]
2016-02-02 18:32:07 -05:00
This release includes the following known bugs:
o see docs/KNOWN_BUGS (https://curl.haxx.se/docs/knownbugs.html)
This release would not have looked like this without help, code, reports and
advice from friends like these:
Daniel Stenberg, Frank Gevaerts, Gisle Vanem, Marcel Raad, Michael Kaufmann,
Renaud Lehoux, vanillajonathan on github
(7 contributors)
2014-03-31 16:22:42 -04:00
Thanks! (and sorry if I forgot to mention someone)
References to bug reports and discussions on issues:
[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
[9] = https://bugzilla.redhat.com/1340757