summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-05-21 17:12:53 +1000
committerDamien Miller <djm@mindrot.org>2014-05-21 17:12:53 +1000
commit795b86313f1f1aab9691666c4f2d5dae6e4acd50 (patch)
tree213a840a32d78f5189b39b943502975620927fb1 /ChangeLog
parent18912775cb97c0b1e75e838d3c7d4b56648137b5 (diff)
- (djm) [misc.c] Use CLOCK_BOOTTIME in preference to CLOCK_MONOTONIC
when it is available. It takes into account time spent suspended, thereby ensuring timeouts (e.g. for expiring agent keys) fire correctly. bz#2228 reported by John Haxby
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8ad8b1a4e..1a5e6c2e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,10 @@
2 - (djm) [commit configure.ac defines.h sshpty.c] don't attempt to use 2 - (djm) [commit configure.ac defines.h sshpty.c] don't attempt to use
3 vhangup on Linux. It doens't work for non-root users, and for them 3 vhangup on Linux. It doens't work for non-root users, and for them
4 it just messes up the tty settings. 4 it just messes up the tty settings.
5 - (djm) [misc.c] Use CLOCK_BOOTTIME in preference to CLOCK_MONOTONIC
6 when it is available. It takes into account time spent suspended,
7 thereby ensuring timeouts (e.g. for expiring agent keys) fire
8 correctly. bz#2228 reported by John Haxby
5 9
620140519 1020140519
7 - (djm) [rijndael.c rijndael.h] Sync with newly-ressurected versions ine 11 - (djm) [rijndael.c rijndael.h] Sync with newly-ressurected versions ine