summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 891db12a6..c64a40468 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -44,6 +44,10 @@
44 Use clock_gettime(CLOCK_MONOTONIC ...) for ssh timers so that things like 44 Use clock_gettime(CLOCK_MONOTONIC ...) for ssh timers so that things like
45 keepalives and rekeying will work properly over clock steps. Suggested by 45 keepalives and rekeying will work properly over clock steps. Suggested by
46 markus@, "looks good" djm@. 46 markus@, "looks good" djm@.
47 - dtucker@cvs.openbsd.org 2013/06/01 20:59:25
48 [scp.c sftp-client.c]
49 Replace S_IWRITE, which isn't standardized, with S_IWUSR, which is. Patch
50 from Nathan Osman via bz#2085. ok deraadt.
47 51
4820130529 5220130529
49 - (dtucker) [configure.ac openbsd-compat/bsd-misc.h] bz#2087: Add a null 53 - (dtucker) [configure.ac openbsd-compat/bsd-misc.h] bz#2087: Add a null