diff options
author | Yang Tse <yangsita@gmail.com> | 2008-07-10 18:01:44 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-07-10 18:01:44 +0000 |
commit | 08ac9866e06ec06fd6e02d68461c7d5ab42a1fa0 (patch) | |
tree | 4404ae298141bc5dbf33e31082028a809e9df481 /RELEASE-NOTES | |
parent | a17fadea3a324a65398780d88f41414ecfb169b0 (diff) |
Peter Lamberg filed bug report #2015126: "poll gives WSAEINVAL when POLLPRI
is set in fdset.events" (http://curl.haxx.se/bug/view.cgi?id=2015126) which
exactly pinpointed the problem only triggered on Windows Vista, provided
reference to docs and also a fix. There is much work behind Peter Lamberg's
excellent bug report. Thank You!
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index f375a8848..0983411c3 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -32,6 +32,7 @@ This release includes the following bugfixes: o unexpected 1xx responses hung transfers o FTP transfers segfault when using different CURLOPT_FTP_FILEMETHOD o c-ares powered libcurls can resolve/use IPv6 addresses + o poll not working on Windows Vista due to POLLPRI being incorrectly used This release includes the following known bugs: @@ -51,7 +52,8 @@ advice from friends like these: Lenny Rachitsky, Axel Tillequin, Arnaud Ebalard, Yang Tse, Dan Fandrich, Rob Crittenden, Dengminwen, Christopher Palow, Hans-Jurgen May, Phil Pellouchoud, Eduard Bloch, John Lightsey, Stephen Collyer, Tor Arntsen, - Rolland Dudemaine, Phil Blundell, Scott Barrett, Andreas Schuldei + Rolland Dudemaine, Phil Blundell, Scott Barrett, Andreas Schuldei, + Peter Lamberg Thanks! (and sorry if I forgot to mention someone) |