diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-06-28 11:31:50 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-06-28 11:31:50 +0000 |
commit | 232060626226706013ba7da5a92748612cc02dbf (patch) | |
tree | 5332a03cd84d4af56e27c86faaa5c72912113b86 /RELEASE-NOTES | |
parent | b01286d28049907def2b9b943c5c337cb06048b3 (diff) |
changed wording on the curl_multi_fdset() problem and moved the -K change from
bugfixes
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index cff353ced..9412f0d0e 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -14,11 +14,11 @@ This release includes the following changes: o added curl_formget() o added CURLOPT_MAX_SEND_SPEED_LARGE and CURLOPT_MAX_RECV_SPEED_LARGE o configure --enable-hidden-symbols + o Made -K on a file that couldn't be read cause a warning to be displayed This release includes the following bugfixes: - o curl_multi_fdset() could return a crazy max_fd value - o Made -K on a file that couldn't be read cause a warning to be displayed. + o curl_multi_fdset() could wrongly return -1 as max_fd value Other curl-related news: |