aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-11-12 22:49:19 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-11-12 22:49:19 +0000
commit8a712eb5afb603465dfe812510dd7077bf626d17 (patch)
tree71e8c1affe0f2155ab40b31f7aa01e553e2fcc11 /RELEASE-NOTES
parentd58790af174d11d50541505c2f3fdebcc4911d96 (diff)
Eugene Kotlyarov found out that cygwin's poll() function isn't doing things
right: http://curl.haxx.se/mail/archive-2005-11/0045.html so we now disable poll() and use select() on cygwin too (we already do the same choice on Mac OS X)
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES4
1 files changed, 3 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 2fd260433..bc2037a0a 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -18,6 +18,7 @@ This release includes the following changes:
This release includes the following bugfixes:
+ o don't use poll() on cygwin, it is defective
o the GnuTLS code didn't support client certificates
o TFTP over IPv6 works
o no reverse lookups on IP addresses when ipv6-enabled
@@ -34,6 +35,7 @@ This release includes the following bugfixes:
Other curl-related news since the previous public release:
+ o FTP-SSL is now RFC4217
o CurlPas 2005-11-05 was released: http://curlpas.sf.net/
o pycurl 7.15.0 was released http://pycurl.sf.net
o New web mirrors:
@@ -46,6 +48,6 @@ advice from friends like these:
Dave Dribin, Bradford Bruce, Temprimus, Ofer, Dima Barsky, Amol Pattekar, Jaz
Fresh, tommink[at]post.pl, Gisle Vanem, Nis Jorgensen, Vilmos Nebehaj,
- Dmitry Bartsevich, David Lang
+ Dmitry Bartsevich, David Lang, Eugene Kotlyarov
Thanks! (and sorry if I forgot to mention someone)