diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-08-01 23:40:27 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-08-01 23:40:27 +0200 |
commit | 2136a6a8924000fb82e23b00c6365db4310574ee (patch) | |
tree | 25938d54b92998fa4e119308b0117a38801e375d /RELEASE-NOTES | |
parent | aa9f536a18b4c222961fbacd9347d06928eec458 (diff) | |
download | curl-2136a6a8924000fb82e23b00c6365db4310574ee.tar.gz |
RELEASE-NOTES: synced with aa9f536a18b
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 5531c787e..974bbc8cb 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -14,6 +14,14 @@ This release includes the following bugfixes: o include the CURLINFO_HTTP_VERSION(3) man page into the release tarball o include the http2-server.pl script in the release tarball + 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] This release includes the following known bugs: @@ -22,9 +30,18 @@ This release includes the following known bugs: This release would not have looked like this without help, code, reports and advice from friends like these: + Alain Danteny, Dan Fandrich, Daniel Stenberg, Kamil Dudka, Martin Vejnár, + Patrick Monnerat, Paul Howarth, Peter Frühberger, Ray Satiro, Sergei Nikulov, + Steve Holme, Thomas Glanzmann, Viktor Szakáts, Yonggang Luo, + (14 contributors) Thanks! (and sorry if I forgot to mention someone) References to bug reports and discussions on issues: - [1] = https://curl.haxx.se/bug/?i= + [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 |