diff options
author | Daniel Stenberg <daniel@haxx.se> | 2010-03-22 22:00:55 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-03-22 22:00:55 +0100 |
commit | d4cd5411a66d6814adccdfc81ff1d8a80e8c58af (patch) | |
tree | 44e623b775efddca71a716183d4c4007263bf711 /RELEASE-NOTES | |
parent | 6657f12fff9e7b14e56da3790f0a271989c8b6a2 (diff) | |
download | curl-d4cd5411a66d6814adccdfc81ff1d8a80e8c58af.tar.gz |
Thomas Lopatic fixed the alarm()-based DNS timeout
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 29ad85bde..072ad7e6b 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -35,6 +35,7 @@ This release includes the following bugfixes: o TFTP improved error codes o TFTP fixed TSIZE handling for uploads o SSL possible double free when reusing curl handle + o alarm()-based DNS timeout bug This release includes the following known bugs: @@ -46,6 +47,6 @@ advice from friends like these: Steven M. Schweda, Yang Tse, Jack Zhang, Tom Donovan, Martin Hager, Daniel Fandrich, Patrick Monnerat, Pat Ray, Wesley Miaw, Ben Greear, Ryan Chan, Markus Duft, Andrei Benea, Jacob Moshenko, Daniel Johnson, - Constantine Sapuntzakis + Constantine Sapuntzakis, Douglas Steinwand, Thomas Lopatic Thanks! (and sorry if I forgot to mention someone) |