1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-22 16:18:48 -05:00

RELEASE-NOTES: 7.43.0 release

This commit is contained in:
Daniel Stenberg 2015-06-16 09:36:46 +02:00
parent bdf89d80ca
commit 38e07886ed

View File

@ -2,9 +2,9 @@ Curl and libcurl 7.43.0
Public curl releases: 147 Public curl releases: 147
Command line options: 176 Command line options: 176
curl_easy_setopt() options: 218 curl_easy_setopt() options: 219
Public functions in libcurl: 58 Public functions in libcurl: 58
Contributors: 1265 Contributors: 1291
This release includes the following changes: This release includes the following changes:
@ -22,6 +22,8 @@ This release includes the following changes:
This release includes the following bugfixes: This release includes the following bugfixes:
o CVE-2015-3236: lingering HTTP credentials in connection re-use [30]
o CVE-2015-3237: SMB send off unrelated memory contents [31]
o nss: fix compilation failure with old versions of NSS [1] o nss: fix compilation failure with old versions of NSS [1]
o curl_easy_getinfo.3: document 'internals' in CURLINFO_TLS_SESSION o curl_easy_getinfo.3: document 'internals' in CURLINFO_TLS_SESSION
o schannel.c: Fix possible SEC_E_BUFFER_TOO_SMALL error o schannel.c: Fix possible SEC_E_BUFFER_TOO_SMALL error
@ -84,6 +86,7 @@ This release includes the following bugfixes:
o security:choose_mech remove dead code o security:choose_mech remove dead code
o rtsp_do: remove dead code o rtsp_do: remove dead code
o docs: many HTTP URIs changed to HTTPS o docs: many HTTP URIs changed to HTTPS
o schannel: schannel_recv overhaul [32]
This release includes the following known bugs: This release includes the following known bugs:
@ -97,11 +100,12 @@ advice from friends like these:
Dagobert Michelsen, Dan Fandrich, Daniel Melani, Daniel Stenberg, Dagobert Michelsen, Dan Fandrich, Daniel Melani, Daniel Stenberg,
Dmitry Eremin-Solenikov, Drake Arconis, Egon Eckert, Frank Meier, Fred Stluka, Dmitry Eremin-Solenikov, Drake Arconis, Egon Eckert, Frank Meier, Fred Stluka,
Gisle Vanem, Grant Pannell, Isaac Boukris, Jens Rantil, Joel Depooter, Gisle Vanem, Grant Pannell, Isaac Boukris, Jens Rantil, Joel Depooter,
Kamil Dudka, Linus Nielsen, Liviu Chircu, Marc Hoersken, Michael Osipov, Kamil Dudka, Linus Nielsen Feltzing, Linus Nielsen Feltzing Feltzing,
Oren Souroujon, Orgad Shaneh, Patrick Monnerat, Patrick Rapin, Paul Howarth, Liviu Chircu, Marc Hoersken, Michael Osipov, Oren Souroujon, Orgad Shaneh,
Rafayel Mkrtchyan, Ray Satiro, Sean Boudreau, Tatsuhiro Tsujikawa, Patrick Monnerat, Patrick Rapin, Paul Howarth, Paul Oliver, Rafayel Mkrtchyan,
Viktor Szakáts, Ville Skyttä, Yehezkel Horowitz, Ray Satiro, Sean Boudreau, Tatsuhiro Tsujikawa, Tomas Tomecek, Viktor Szakáts,
(40 contributors) Ville Skyttä, Yehezkel Horowitz,
(43 contributors)
Thanks! (and sorry if I forgot to mention someone) Thanks! (and sorry if I forgot to mention someone)
@ -136,3 +140,6 @@ References to bug reports and discussions on issues:
[27] = https://rt.openssl.org/Ticket/Display.html?id=3621&user=guest&pass=guest [27] = https://rt.openssl.org/Ticket/Display.html?id=3621&user=guest&pass=guest
[28] = http://curl.haxx.se/mail/lib-2015-06/0047.html [28] = http://curl.haxx.se/mail/lib-2015-06/0047.html
[29] = http://curl.haxx.se/mail/lib-2015-06/0019.html [29] = http://curl.haxx.se/mail/lib-2015-06/0019.html
[30] = http://curl.haxx.se/docs/adv_20150617A.html
[31] = http://curl.haxx.se/docs/adv_20150617B.html
[32] = https://github.com/bagder/curl/issues/244