diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-01-11 23:47:01 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-01-11 23:47:01 +0000 |
commit | a1077d09702af367a96c12555b695aa7e845b429 (patch) | |
tree | f0d8d3402db78b1bed35b923b71f568545eb3b82 /RELEASE-NOTES | |
parent | b9fdc0c251a2a2e8aaec9651768dec8c1b3faff4 (diff) |
changed the wording to possibly make some sense
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 6aa8cf784..1a18119ea 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -35,8 +35,8 @@ This release includes the following bugfixes: o improved connection re-use for subsequent SCP and SFTP transfers o multi interface does less busy-loops for SCP and SFTP transfers with libssh2 1.0 or later - o curl_multi_timeout() no longer returns timeout 0 when there's nothing to do - yet + o curl_multi_timeout() no longer returns timeout 0 when there's still more + than 0 but less than 999 microseconds left o the multi_socket API and HTTP pipelining now work a lot better when combined o SFTP seek/resume beyond 32bit file sizes o fixed breakage with --with-ssl --disable-verbose |