RELEASE-NOTES: synced with 4cb2521595

This commit is contained in:
Daniel Stenberg
2014-07-16 16:29:02 +02:00
parent 4cb2521595
commit df5169fa35

View File

@@ -59,6 +59,9 @@ This release includes the following bugfixes:
o ntlm_wb: Fixed buffer size not being large enough for NTLMv2 sessions [11] o ntlm_wb: Fixed buffer size not being large enough for NTLMv2 sessions [11]
o netrc: don't abort if home dir cannot be found o netrc: don't abort if home dir cannot be found
o netrc: fixed thread safety problem by using getpwuid_r if available o netrc: fixed thread safety problem by using getpwuid_r if available
o cookie: avoid mutex deadlock [12]
o configure: respect host tool prefix for krb5-config
o gnutls: handle IP address in cert name check
This release includes the following known bugs: This release includes the following known bugs:
@@ -68,11 +71,11 @@ This release would not have looked like this without help, code, reports and
advice from friends like these: advice from friends like these:
Alessandro Ghedini, Brad Spencer, Chris Young, Colin Hogben, Dan Fandrich, Alessandro Ghedini, Brad Spencer, Chris Young, Colin Hogben, Dan Fandrich,
Daniel Stenberg, David Woodhouse, Dimitrios Siganos, Dmitry Falko, Daniel Stenberg, David Woodhouse, Dimitrios Siganos, Fabian Frank,
Fabian Frank, Hubert Kario, Jonathan Cardoso Machado, Kamil Dudka, Glen A Johnson Jr., Hubert Kario, Jeff Pohlmeyer, Jonathan Cardoso Machado,
Lindley French, Marcel Raad, Michal Górny, Nick Zitzmann, Patrick Monnerat, Kamil Dudka, Lindley French, Marcel Raad, Michał Górny, Nick Zitzmann,
Ray Satiro, Steve Holme, Tatsuhiro Tsujikawa, Vilmos Nebehaj, Patrick Monnerat, Ray Satiro, Steve Holme, Tatsuhiro Tsujikawa,
Glen A Johnson Jr. Vilmos Nebehaj, Yousuke Kimoto, Dmitry Falko
Thanks! (and sorry if I forgot to mention someone) Thanks! (and sorry if I forgot to mention someone)
@@ -89,3 +92,4 @@ References to bug reports and discussions on issues:
[9] = http://curl.haxx.se/mail/lib-2014-06/0062.html [9] = http://curl.haxx.se/mail/lib-2014-06/0062.html
[10] = http://curl.haxx.se/bug/view.cgi?id=1391 [10] = http://curl.haxx.se/bug/view.cgi?id=1391
[11] = http://curl.haxx.se/mail/lib-2014-07/0103.html [11] = http://curl.haxx.se/mail/lib-2014-07/0103.html
[12] = http://curl.haxx.se/mail/lib-2014-02/0184.html