1Curl and libcurl 7.50.1
2
3 Public curl releases:         157
4 Command line options:         185
5 curl_easy_setopt() options:   224
6 Public functions in libcurl:  61
7 Contributors:                 1418
8
9This release includes the following bugfixes:
10
11 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]
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  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)
37
38        Thanks! (and sorry if I forgot to mention someone)
39
40References to bug reports and discussions on issues:
41
42 [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
51