Alex Deymo | e3149cc | 2016-10-05 11:18:42 -0700 | [diff] [blame] | 1 | Curl and libcurl 7.50.1 |
Lucas Eckels | 9bd90e6 | 2012-08-06 15:07:02 -0700 | [diff] [blame] | 2 | |
Alex Deymo | e3149cc | 2016-10-05 11:18:42 -0700 | [diff] [blame] | 3 | Public curl releases: 157 |
Alex Deymo | d15eaac | 2016-06-28 14:49:26 -0700 | [diff] [blame] | 4 | Command line options: 185 |
| 5 | curl_easy_setopt() options: 224 |
| 6 | Public functions in libcurl: 61 |
Alex Deymo | e3149cc | 2016-10-05 11:18:42 -0700 | [diff] [blame] | 7 | Contributors: 1418 |
Lucas Eckels | 9bd90e6 | 2012-08-06 15:07:02 -0700 | [diff] [blame] | 8 | |
| 9 | This release includes the following bugfixes: |
| 10 | |
Alex Deymo | e3149cc | 2016-10-05 11:18:42 -0700 | [diff] [blame] | 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] |
Lucas Eckels | 9bd90e6 | 2012-08-06 15:07:02 -0700 | [diff] [blame] | 24 | |
| 25 | This release includes the following known bugs: |
| 26 | |
Alex Deymo | d15eaac | 2016-06-28 14:49:26 -0700 | [diff] [blame] | 27 | o see docs/KNOWN_BUGS (https://curl.haxx.se/docs/knownbugs.html) |
Lucas Eckels | 9bd90e6 | 2012-08-06 15:07:02 -0700 | [diff] [blame] | 28 | |
| 29 | This release would not have looked like this without help, code, reports and |
| 30 | advice from friends like these: |
| 31 | |
Alex Deymo | e3149cc | 2016-10-05 11:18:42 -0700 | [diff] [blame] | 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) |
Lucas Eckels | 9bd90e6 | 2012-08-06 15:07:02 -0700 | [diff] [blame] | 37 | |
| 38 | Thanks! (and sorry if I forgot to mention someone) |
Bertrand SIMONNET | e6cd738 | 2015-07-01 15:39:44 -0700 | [diff] [blame] | 39 | |
| 40 | References to bug reports and discussions on issues: |
| 41 | |
Alex Deymo | e3149cc | 2016-10-05 11:18:42 -0700 | [diff] [blame] | 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 |