From: Daniel Stenberg Date: Sun, 11 Jan 2009 23:47:01 +0000 (+0000) Subject: changed the wording to possibly make some sense X-Git-Tag: curl-7_19_3~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a1077d09702af367a96c12555b695aa7e845b429;p=thirdparty%2Fcurl.git changed the wording to possibly make some sense --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 6aa8cf7841..1a18119ea2 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