aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-05-11 10:23:59 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-05-11 10:23:59 +0000
commit11defd180c283ec0cbd486250db82e20886666a1 (patch)
treedd6f3ee1868fac166123134ee19892d33e2480dd /CHANGES
parentc82c1691ee6b4351a049c4235ccced07db56c6bc (diff)
mention the select() error fix as well
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 584386abb..ff9e304c5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -34,6 +34,14 @@ Daniel (11 May 2005)
Updated a large amount of test cases to reflect the news.
+Daniel (10 May 2005)
+- Half-baked attempt to bail out if select() returns _only_ errorfds when the
+ transfer is in progress. An attempt to fix Allan's problem. See
+ http://curl.haxx.se/mail/lib-2005-05/0073.html and the rest of that thread
+ for details.
+
+ I'm still not sure this is the right fix, but...
+
Version 7.14.0-pre1 (9 May 2005)
Daniel (2 May 2005)