diff options
author | Yang Tse <yangsita@gmail.com> | 2008-07-02 03:04:56 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-07-02 03:04:56 +0000 |
commit | 97333deb3f6713d7d12168c8980d69cc60961063 (patch) | |
tree | 6c792c1b43a9de7cf829f7dc618a2379797da653 /RELEASE-NOTES | |
parent | 400d9d420517a81d5f55153b0dda90aced1cbfb3 (diff) |
fallback to gettimeofday when monotonic clock is unavailable at run-time
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index dc71abf06..7c9490542 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -26,7 +26,7 @@ This release includes the following bugfixes: o SCP or SFTP over socks proxy crashed o RC4-MD5 cipher now works with NSS-built libcurl o range requests with --head are now done correctly - o configure script misdetected monotonic clock availability + o fallback to gettimeofday when monotonic clock is unavailable at run-time o range numbers could be made to wrongly get output as signed This release includes the following known bugs: |