mirror of
https://github.com/moparisthebest/curl
synced 2025-02-28 17:31:46 -05:00
RELEASE-NOTES: synced with cc0e7ebc3be0
This commit is contained in:
parent
cc0e7ebc3b
commit
9d704b3df9
@ -126,6 +126,12 @@ This release includes the following bugfixes:
|
|||||||
o BUGS: refer to the github issue tracker now as primary
|
o BUGS: refer to the github issue tracker now as primary
|
||||||
o vtls_openssl: improve several certificate error messages
|
o vtls_openssl: improve several certificate error messages
|
||||||
o cyassl: Add support for TLS extension SNI
|
o cyassl: Add support for TLS extension SNI
|
||||||
|
o parsecfg: do not continue past a zero termination
|
||||||
|
o configure --with-nss=PATH: query pkg-config if available [22]
|
||||||
|
o configure --with-nss: drop redundant if statement
|
||||||
|
o cyassl: Fix include order [23]
|
||||||
|
o HTTP: fix PUT regression with Negotiate [24]
|
||||||
|
o curl_version_info.3: fixed the 'protocols' variable type
|
||||||
|
|
||||||
This release includes the following known bugs:
|
This release includes the following known bugs:
|
||||||
|
|
||||||
@ -137,8 +143,9 @@ advice from friends like these:
|
|||||||
Alessandro Ghedini, Alexander Pepper, Ben Darnell, Brad King,
|
Alessandro Ghedini, Alexander Pepper, Ben Darnell, Brad King,
|
||||||
Charles Romestant, Christian Weisgerber, Dagobert Michelsen, Dan Fandrich,
|
Charles Romestant, Christian Weisgerber, Dagobert Michelsen, Dan Fandrich,
|
||||||
Daniel Stenberg, Da-Yoon Chung, Emil Lerner, Fabian Keil, Frank Gevaerts,
|
Daniel Stenberg, Da-Yoon Chung, Emil Lerner, Fabian Keil, Frank Gevaerts,
|
||||||
Frank Meier, Jeroen Ooms, Jiri Dvorak, Jonathan Cardoso, Jon Seymour,
|
Frank Meier, Hanno Böck, Jeroen Ooms, Jiri Dvorak, John Marshall,
|
||||||
Kamil Dudka, Kyle L. Huff, Markus Elfring, Matthew Hall, Michel Promonet,
|
Jonathan Cardoso, Jon Seymour, Kamil Dudka, Kyle L. Huff, Markus Elfring,
|
||||||
|
Matthew Hall, Michael Osipov, Michael Stapelberg, Michel Promonet,
|
||||||
Nick Zitzmann, Patrick Monnerat, Paul Howarth, Peter Laser, Rainer Canavan,
|
Nick Zitzmann, Patrick Monnerat, Paul Howarth, Peter Laser, Rainer Canavan,
|
||||||
Ray Satiro, Richard Moore, Sergei Nikulov, Stefan Bühler, Stefan Eissing,
|
Ray Satiro, Richard Moore, Sergei Nikulov, Stefan Bühler, Stefan Eissing,
|
||||||
Steve Havelka, Steve Holme, Tatsuhiro Tsujikawa, Thomas Ruecker,
|
Steve Havelka, Steve Holme, Tatsuhiro Tsujikawa, Thomas Ruecker,
|
||||||
@ -169,3 +176,7 @@ References to bug reports and discussions on issues:
|
|||||||
[19] = https://github.com/bagder/curl/issues/195
|
[19] = https://github.com/bagder/curl/issues/195
|
||||||
[20] = https://github.com/bagder/curl/issues/192
|
[20] = https://github.com/bagder/curl/issues/192
|
||||||
[21] = https://github.com/bagder/curl/issues/183
|
[21] = https://github.com/bagder/curl/issues/183
|
||||||
|
[22] = https://github.com/bagder/curl/pull/171
|
||||||
|
[23] = http://curl.haxx.se/mail/lib-2015-04/0069.html
|
||||||
|
[24] = https://github.com/bagder/curl/issues/223
|
||||||
|
[25] = https://github.com/bagder/curl/issues/225
|
||||||
|
Loading…
x
Reference in New Issue
Block a user