aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-11-09 21:36:18 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-11-09 21:36:18 +0000
commit9354822e09ce11fce78a45a897fe2a184565a35e (patch)
tree6fb376f78cd3e8ecb11bfb999e7b8c95bf7eab27 /RELEASE-NOTES
parent17d4f9513ecdaa5cf1364abf50473e470047eb59 (diff)
Ciprian Badescu found a SIGSEGV when doing multiple TFTP transfers using the
multi interface, but I could also repeat it doing multiple sequential ones with the easy interface. Using Ciprian's test case, I could fix it.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES5
1 files changed, 4 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 64c9fee08..68c4e9953 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -18,6 +18,8 @@ This release includes the following bugfixes:
o proxy close during CONNECT authentication is now dealt with nicely
o the CURLOPT_DEBUGFUNCTION was sometimes called even when CURLOPT_VERBOSE
was not enabled
+ o multiple TFTP transfers on the same (easy or multi) handle could cause a
+ crash
Other curl-related news:
@@ -30,6 +32,7 @@ New curl mirrors:
This release would not have looked like this without help, code, reports and
advice from friends like these:
- James Housley, Olaf Stueben, Yang Tse, Gisle Vanem, Bradford Bruce
+ James Housley, Olaf Stueben, Yang Tse, Gisle Vanem, Bradford Bruce,
+ Ciprian Badescu
Thanks! (and sorry if I forgot to mention someone)