diff options
author | Yang Tse <yangsita@gmail.com> | 2008-06-29 03:19:20 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-06-29 03:19:20 +0000 |
commit | 1058e5fdde288fdffaabc3431b228c9e61b4d189 (patch) | |
tree | 82b6a5fb130ab1282cca5f5e503e1c49ac2197f5 /RELEASE-NOTES | |
parent | 6929d9355f2b5dc039d60300ff8eb7504a1cf2c2 (diff) |
John Lightsey filed bug report #1999181: "CLOCK_MONOTONIC always fails on
some systems" (http://curl.haxx.se/bug/view.cgi?id=1999181). The problem was
that the configure script did not use the _POSIX_MONOTONIC_CLOCK feature test
macro when checking monotonic clock availability. This is now fixed and the
monotonic clock will not be used unless the feature test macro is defined
with a value greater than zero indicating always supported.
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 d94eb1e8a..1320f752b 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -25,6 +25,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 This release includes the following known bugs: @@ -43,6 +44,6 @@ advice from friends like these: Lenny Rachitsky, Axel Tillequin, Arnaud Ebalard, Yang Tse, Dan Fandrich, Rob Crittenden, Dengminwen, Christopher Palow, Hans-Jurgen May, - Phil Pellouchoud, Eduard Bloch + Phil Pellouchoud, Eduard Bloch, John Lightsey Thanks! (and sorry if I forgot to mention someone) |