diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-09-24 10:41:00 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-09-24 10:41:00 +0000 |
commit | 1fa3a5cce937168eaa3be11f7949ed046390afa7 (patch) | |
tree | f4a0c3c98a6cf545242182f408835fd8234e0c0d /RELEASE-NOTES | |
parent | fe8aee6b084f14a1e0630ded7bf3f7ec7f0290cf (diff) |
Cory Nelson made libcurl use the WSAPoll() function if built for Windows
Vista (_WIN32_WINNT >= 0x0600)
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 76d346e5c..70a33b5bf 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -11,6 +11,7 @@ Curl and libcurl 7.16.0 This release includes the following changes: + o uses WSAPoll() on Windows Vista o (FTP) --ftp-ssl-control was added o CURLOPT_SSL_SESSIONID_CACHE and --no-sessionid added o CURLMOPT_PIPELINING added for enabling pipelined transfers @@ -54,6 +55,6 @@ advice from friends like these: Domenico Andreoli, Armel Asselin, Gisle Vanem, Yang Tse, Andrew Biggs, Peter Sylvester, David McCreedy, Dmitriy Sergeyev, Dmitry Rechkin, Jari Sundell, Ravi Pratap, Michele Bini, Jeff Pohlmeyer, Michael Wallner, - Mike Protts + Mike Protts, Cory Nelson Thanks! (and sorry if I forgot to mention someone) |