diff options
author | Daniel Stenberg <daniel@haxx.se> | 2015-11-15 19:12:06 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-11-15 19:12:06 +0100 |
commit | 6cfd646f58de245375b3ed706f0749cc52067002 (patch) | |
tree | 0122c68baa43dc612250749f6a921aa997230d88 /RELEASE-NOTES | |
parent | 808a17ee67529a6a25f98c878e7c844bcf64597d (diff) | |
download | curl-6cfd646f58de245375b3ed706f0749cc52067002.tar.gz |
RELEASE-NOTES: synced with 808a17ee675
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 27 |
1 files changed, 22 insertions, 5 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 8e905eec0..cc74fc315 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -56,6 +56,18 @@ This release includes the following bugfixes: o imap: Fixed double quote in LIST command when mailbox contains spaces o imap: Don't check for continuation when executing a CUSTOMREQUEST [16] o acinclude: Remove check for 16-bit curl_off_t + o BoringSSL: Work with stricter BIO_get_mem_data() [17] + o cmake: Add missing feature macros in config header [18] + o oauth2: Introduced support for host and port details + o sasl_sspi: fixed unicode build for digest authentication [19] + o sasl_sspi: fix identity memory leak in digest authentication + o unit1602: Fixed failure in torture test + o unit1603: Added unit tests for hash functions + o vtls/openssl: remove unused traces of yassl ifdefs + o openssl: remove #ifdefs for < 0.9.7 support + o typecheck-gcc.h: add some missing options + o curl: mark two more options strings for --libcurl output + o openssl: Free modules on cleanup [20] This release includes the following known bugs: @@ -65,11 +77,12 @@ This release would not have looked like this without help, code, reports and advice from friends like these: Anders Bakken, Dan Fandrich, Daniel Hwang, Daniel Stenberg, Dmitry S. Baikov, - Erik Johansson, Gisle Vanem, Javier G. Sogo, John Levon, Jonas Minnberg, - Justin Ehlert, Kang Lin, Kurt Fankhauser, Lauri Kasanen, Marcel Raad, - Patrick Monnerat, Rainer Jung, Ray Satiro, Richard Hosking, Steve Holme, - Svyatoslav Mishyn, Tatsuhiro Tsujikawa, Tim Rühsen, Xiangbin Li, - (24 contributors) + Douglas Creager, Erik Johansson, Gisle Vanem, Javier G. Sogo, John Levon, + Jonas Minnberg, Justin Ehlert, Kamil Dudka, Kang Lin, Kurt Fankhauser, + Lauri Kasanen, Marcel Raad, Patrick Monnerat, Rainer Jung, Ray Satiro, + Richard Hosking, Sebastian Pohlschmidt, Stefan Bühler, Steve Holme, + Svyatoslav Mishyn, Tatsuhiro Tsujikawa, Tim Rühsen, xiangbin li, + (28 contributors) Thanks! (and sorry if I forgot to mention someone) @@ -91,3 +104,7 @@ References to bug reports and discussions on issues: [14] = http://curl.haxx.se/bug/?i=425 [15] = http://curl.haxx.se/bug/?i=473 [16] = http://curl.haxx.se/bug/?i=486 + [17] = http://curl.haxx.se/bug/?i=524 + [18] = http://curl.haxx.se/bug/?i=523 + [19] = http://curl.haxx.se/bug/?i=525 + [20] = http://curl.haxx.se/bug/?i=526 |