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

51 lines
2.0 KiB
Plaintext
Raw Normal View History

2016-07-21 05:16:08 -04:00
Curl and libcurl 7.50.1
2016-07-21 05:16:08 -04:00
Public curl releases: 157
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-07-21 05:16:08 -04:00
Contributors: 1418
2014-03-25 17:57:47 -04:00
This release includes the following bugfixes:
2016-08-02 05:30:41 -04:00
o TLS: switch off SSL session id when client cert is used [7]
o TLS: only reuse connections with the same client cert [8]
o curl_multi_cleanup: clear connection pointer for easy handles [9]
o include the CURLINFO_HTTP_VERSION(3) man page into the release tarball
o include the http2-server.pl script in the release tarball
2016-08-01 17:40:27 -04:00
o test558: fix test by stripping file paths from FD lines
o spnego: Corrected miss-placed * in Curl_auth_spnego_cleanup() declaration
o tests: Fix for http/2 feature [1]
o cmake: Fix for schannel support [2]
o curl.h: make public types void * again [3]
o win32: fix a potential memory leak in Curl_load_library [4]
o travis: fix OSX build by re-installing libtool [5]
o mbedtls: Fix debug function name [6]
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:
2016-08-02 05:30:41 -04:00
Alain Danteny, Bru Rom, Dan Fandrich, Daniel Stenberg, Eric Rescorla,
Fernando Muñoz, Kamil Dudka, Marcelo Echeverria, Martin Vejnár,
2016-08-01 17:40:27 -04:00
Patrick Monnerat, Paul Howarth, Peter Frühberger, Ray Satiro, Sergei Nikulov,
Steve Holme, Thomas Glanzmann, Viktor Szakáts, Yonggang Luo,
2016-08-02 05:30:41 -04:00
(18 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:
2016-08-01 17:40:27 -04:00
[1] = https://curl.haxx.se/mail/lib-2016-07/0070.html
[2] = https://curl.haxx.se/bug/?i=917
[3] = https://curl.haxx.se/bug/?i=926
[4] = https://curl.haxx.se/bug/?i=938
[5] = https://curl.haxx.se/bug/?i=939
[6] = https://curl.haxx.se/mail/lib-2016-08/0001.html
2016-08-02 05:30:41 -04:00
[7] = https://curl.haxx.se/docs/adv_20160803A.html
[8] = https://curl.haxx.se/docs/adv_20160803B.html
[9] = https://curl.haxx.se/docs/adv_20160803C.html