blob: 163ceb1a38e512381832654e9571c9edb23f30f4 [file] [log] [blame]
Alex Deymoe3149cc2016-10-05 11:18:42 -07001Curl and libcurl 7.50.1
Lucas Eckels9bd90e62012-08-06 15:07:02 -07002
Alex Deymoe3149cc2016-10-05 11:18:42 -07003 Public curl releases: 157
Alex Deymod15eaac2016-06-28 14:49:26 -07004 Command line options: 185
5 curl_easy_setopt() options: 224
6 Public functions in libcurl: 61
Alex Deymoe3149cc2016-10-05 11:18:42 -07007 Contributors: 1418
Lucas Eckels9bd90e62012-08-06 15:07:02 -07008
9This release includes the following bugfixes:
10
Alex Deymoe3149cc2016-10-05 11:18:42 -070011 o TLS: switch off SSL session id when client cert is used [7]
12 o TLS: only reuse connections with the same client cert [8]
13 o curl_multi_cleanup: clear connection pointer for easy handles [9]
14 o include the CURLINFO_HTTP_VERSION(3) man page into the release tarball
15 o include the http2-server.pl script in the release tarball
16 o test558: fix test by stripping file paths from FD lines
17 o spnego: Corrected miss-placed * in Curl_auth_spnego_cleanup() declaration
18 o tests: Fix for http/2 feature [1]
19 o cmake: Fix for schannel support [2]
20 o curl.h: make public types void * again [3]
21 o win32: fix a potential memory leak in Curl_load_library [4]
22 o travis: fix OSX build by re-installing libtool [5]
23 o mbedtls: Fix debug function name [6]
Lucas Eckels9bd90e62012-08-06 15:07:02 -070024
25This release includes the following known bugs:
26
Alex Deymod15eaac2016-06-28 14:49:26 -070027 o see docs/KNOWN_BUGS (https://curl.haxx.se/docs/knownbugs.html)
Lucas Eckels9bd90e62012-08-06 15:07:02 -070028
29This release would not have looked like this without help, code, reports and
30advice from friends like these:
31
Alex Deymoe3149cc2016-10-05 11:18:42 -070032 Alain Danteny, Bru Rom, Dan Fandrich, Daniel Stenberg, Eric Rescorla,
33 Fernando Muñoz, Kamil Dudka, Marcelo Echeverria, Martin Vejnár,
34 Patrick Monnerat, Paul Howarth, Peter Frühberger, Ray Satiro, Sergei Nikulov,
35 Steve Holme, Thomas Glanzmann, Viktor Szakáts, Yonggang Luo,
36 (18 contributors)
Lucas Eckels9bd90e62012-08-06 15:07:02 -070037
38 Thanks! (and sorry if I forgot to mention someone)
Bertrand SIMONNETe6cd7382015-07-01 15:39:44 -070039
40References to bug reports and discussions on issues:
41
Alex Deymoe3149cc2016-10-05 11:18:42 -070042 [1] = https://curl.haxx.se/mail/lib-2016-07/0070.html
43 [2] = https://curl.haxx.se/bug/?i=917
44 [3] = https://curl.haxx.se/bug/?i=926
45 [4] = https://curl.haxx.se/bug/?i=938
46 [5] = https://curl.haxx.se/bug/?i=939
47 [6] = https://curl.haxx.se/mail/lib-2016-08/0001.html
48 [7] = https://curl.haxx.se/docs/adv_20160803A.html
49 [8] = https://curl.haxx.se/docs/adv_20160803B.html
50 [9] = https://curl.haxx.se/docs/adv_20160803C.html