diff options
author | Daniel Stenberg <daniel@haxx.se> | 2010-03-02 13:34:57 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-03-02 13:34:57 +0000 |
commit | 7c028a83324bae0e038865f34e8fccbe6d9146f0 (patch) | |
tree | 7551d8e0cb1043139f047949b4e94671bec6412e /RELEASE-NOTES | |
parent | 13ac29382f9087d410a96f7ca943b16d39a10afb (diff) | |
download | curl-7c028a83324bae0e038865f34e8fccbe6d9146f0.tar.gz |
- Markus Duft pointed out in bug #2961796 that even though Interix has a
poll() function it doesn't quite work the way we want it so we must disable
it, and he also provided a patch for it.
http://curl.haxx.se/bug/view.cgi?id=2961796
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 f47f6944f..b35641e0d 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -24,6 +24,7 @@ This release includes the following bugfixes: o superfluous blocking for OpenSSL-based SSL connects and multi interface o TFTP upload o FTP timeouts after file transferred completely + o skip poll() on Interix This release includes the following known bugs: @@ -34,6 +35,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 + Ryan Chan, Markus Duft Thanks! (and sorry if I forgot to mention someone) |