1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

RELEASE-NOTES: synced with c4f46e97ca

This commit is contained in:
Daniel Stenberg 2013-12-07 22:52:31 +01:00
parent c4f46e97ca
commit 3905bd637d

View File

@ -52,6 +52,10 @@ This release includes the following bugfixes:
o curl_multi_cleanup: ignore SIGPIPE o curl_multi_cleanup: ignore SIGPIPE
o globbing: curl glob counter mismatch with {} list use [16] o globbing: curl glob counter mismatch with {} list use [16]
o parseconfig: dash options can't specified with colon or equals [17] o parseconfig: dash options can't specified with colon or equals [17]
o digest: fix CURLAUTH_DIGEST_IE [19]
o curl.h: <sys/select.h> for OpenBSD [20]
o darwinssl: Fix #if 10.6.0 for SecKeychainSearch
o TFTP: fix return codes for connect timeout [21]
This release includes the following known bugs: This release includes the following known bugs:
@ -60,13 +64,14 @@ This release includes the following known bugs:
This release would not have looked like this without help, code, reports and This release would not have looked like this without help, code, reports and
advice from friends like these: advice from friends like these:
Nick Zitzmann, Gergely Nagy, Alessandro Ghedini, Dave Reisner, Alessandro Ghedini, Andreas Rieke, Björn Stenberg, Chris Conlon,
Ishan SinghLevett, Tyler Hall, Paul Donohue, David Walser, Steve Holme, Christian Grothoff, Christian Weisgerber, Dave Reisner, David Walser,
Kamil Dudka, Oliver Kuckertz, Gisle Vanem, Javier Barroso, Chris Conlon, Dima Tisnek, Fabian Keil, Felix Yan, Gergely Nagy, Gisle Vanem,
Romulo Ceccon, Patrick Monnerat, Björn Stenberg, Patrick Monnerat, Ishan SinghLevett, James Dury, Javier Barroso, Jeff King, Kamil Dudka,
Paul Marks, Rémy Léone, Marcin Gryszkalis, Felix Yan, Z98, Andreas Rieke, Kim Vandry, Marcin Gryszkalis, Melissa Mears, Michael Osipov, Nick Zitzmann,
Kim Vandry, Tomas Hoger, Michael Osipov, myriachan, Yaakov Selkowitz, Oliver Kuckertz, Patrick Monnerat, Paul Donohue, Paul Marks, Romulo A. Ceccon,
Fabian Keil, Christian Grothoff, Jeff King Romulo Ceccon, Rémy Léone, Sergey Tatarincev, Steve Holme, Tomas Hoger,
Tyler Hall, Yaakov Selkowitz
Thanks! (and sorry if I forgot to mention someone) Thanks! (and sorry if I forgot to mention someone)
@ -90,3 +95,6 @@ References to bug reports and discussions on issues:
[16] = http://curl.haxx.se/bug/view.cgi?id=1305 [16] = http://curl.haxx.se/bug/view.cgi?id=1305
[17] = http://curl.haxx.se/bug/view.cgi?id=1297 [17] = http://curl.haxx.se/bug/view.cgi?id=1297
[18] = http://curl.haxx.se/mail/lib-2013-11/0162.html [18] = http://curl.haxx.se/mail/lib-2013-11/0162.html
[19] = http://curl.haxx.se/bug/view.cgi?id=1308
[20] = http://curl.haxx.se/mail/lib-2013-12/0017.html
[21] = http://curl.haxx.se/bug/view.cgi?id=1310