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 7a3f272e1..85f251ce5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,6 +15,10 @@
15 - markus@cvs.openbsd.org 2012/12/05 15:42:52 15 - markus@cvs.openbsd.org 2012/12/05 15:42:52
16 [ssh-add.c] 16 [ssh-add.c]
17 prevent double-free of comment; ok djm@ 17 prevent double-free of comment; ok djm@
18 - dtucker@cvs.openbsd.org 2012/12/07 01:51:35
19 [serverloop.c]
20 Cast signal to int for logging. A no-op on openbsd (they're always ints)
21 but will prevent warnings in portable. ok djm@
18 22
1920121205 2320121205
20 - (tim) [defines.h] Some platforms are missing ULLONG_MAX. Feedback djm@. 24 - (tim) [defines.h] Some platforms are missing ULLONG_MAX. Feedback djm@.