RELEASE-NOTES: synced

This commit is contained in:
Daniel Stenberg 2018-10-24 09:22:18 +02:00
parent eda0998894
commit eecfe974b7
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
1 changed files with 21 additions and 9 deletions

View File

@ -30,6 +30,7 @@ This release includes the following bugfixes:
o FILE: fix CURLOPT_NOBODY and CURLOPT_HEADER output [78]
o GnutTLS: TLS 1.3 support [39]
o SECURITY-PROCESS: mention the bountygraph program [42]
o VS projects: add USE_IPV6: [91]
o Windows: fixes for MinGW targeting Windows Vista [82]
o anyauthput: fix compiler warning on 64-bit Windows [21]
o appveyor: add WinSSL builds [81]
@ -45,6 +46,7 @@ This release includes the following bugfixes:
o cmake: suppress MSVC warning C4127 for libtest
o cmake: test and set missed defines during configuration [64]
o comment: Fix multiple typos in function parameters [69]
o config_win32: enable LDAPS [92]
o configure: force-use -lpthreads on HPUX [41]
o configure: s/AC_RUN_IFELSE/CURL_RUN_IFELSE [53]
o cookies: Remove redundant expired check [14]
@ -58,6 +60,7 @@ This release includes the following bugfixes:
o darwinssl: more specific and unified error codes [6]
o data-binary.d: clarify default content-type is x-www-form-urlencoded [71]
o docs/BUG-BOUNTY: explain the bounty program [76]
o docs/CIPHERS: Mention the options used to set TLS 1.3 ciphers [89]
o docs/CIPHERS: mention the colon separation for OpenSSL [73]
o docs/examples: URL updates [45]
o docs: add "see also" links for SSL options [85]
@ -79,6 +82,7 @@ This release includes the following bugfixes:
o memory: add missing curl_printf header [30]
o memory: ensure to check allocation results [68]
o multi: fix memory leak in content encoding related error path [59]
o multi: make the closure handle "inherit" CURLOPT_NOSIGNAL [90]
o nss: fix nssckbi module loading on Windows [70]
o nss: try to connect even if libnssckbi.so fails to load [36]
o ntlm_wb: Fix memory leaks in ntlm_wb_response [24]
@ -102,6 +106,8 @@ This release includes the following bugfixes:
o tests/negtelnetserver.py: fix Python2-ism in neg TELNET server [67]
o tests: add unit tests for url.c [3]
o timeval: fix use of weak symbol clock_gettime() on Apple platforms [61]
o tool_cb_hdr: handle failure of rename() [94]
o travis: add build for "configure --disable-verbose" [93]
o travis: bump the Secure Transport build to use xcode [58]
o travis: make distcheck scan for BOM markers [86]
o urlglob: improve error message on bad globs [22]
@ -117,15 +123,15 @@ This release would not have looked like this without help, code, reports and
advice from friends like these:
Brad King, Christian Heimes, Colin Hogben, Daniel Gustafsson, Daniel Shahaf,
Daniel Stenberg, Dave Reisner, Dmitry Kostjuchenko, Doron Behar,
Eason-Yu on github, Erik Minekus, Even Rouault, Github user @jakirkham,
Han Han, Harry Sintonen, Jean Fabrice, Jim Fuller, Kamil Dudka,
Loganaden Velvindron, Marcel Raad, Marc Hörsken, Matthew Whitehead,
Max Dymond, Maxime Legros, Michael Kaufmann, Nate Prewitt, Nicklas Avén,
Nick Zitzmann, Philipp Waehnert, Rainer Jung, Ray Satiro, Rich Turner,
Rick Deist, Rikard Falkeborn, Ruslan Baratov, Sergei Nikulov, Shaun Jackman,
Thomas Glanzmann, Viktor Szakats, Yiming Jing,
(40 contributors)
Daniel Stenberg, Dario Weißer, Dave Reisner, Dmitry Kostjuchenko,
Doron Behar, Eason-Yu on github, Erik Minekus, Even Rouault, Gisle Vanem,
Github user @jakirkham, Han Han, Harry Sintonen, Jean Fabrice, Jim Fuller,
Kamil Dudka, Loganaden Velvindron, Marcel Raad, Marc Hörsken, Martin Ankerl,
Matthew Whitehead, Max Dymond, Maxime Legros, Michael Kaufmann, Nate Prewitt,
Nicklas Avén, Nick Zitzmann, Philipp Waehnert, Rainer Jung, Ray Satiro,
Rich Turner, Rick Deist, Rikard Falkeborn, Ruslan Baratov, Sergei Nikulov,
Shaun Jackman, Thomas Glanzmann, Viktor Szakats, Yiming Jing,
(43 contributors)
Thanks! (and sorry if I forgot to mention someone)
@ -219,3 +225,9 @@ References to bug reports and discussions on issues:
[86] = https://curl.haxx.se/bug/?i=3126
[87] = https://curl.haxx.se/bug/?i=3124
[88] = https://curl.haxx.se/bug/?i=3102
[89] = https://curl.haxx.se/bug/?i=3159
[90] = https://curl.haxx.se/bug/?i=3138
[91] = https://curl.haxx.se/bug/?i=3137
[92] = https://curl.haxx.se/bug/?i=3137
[93] = https://curl.haxx.se/bug/?i=3144
[94] = https://curl.haxx.se/bug/?i=3140