summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-02-07 09:24:14 +1100
committerDamien Miller <djm@mindrot.org>2014-02-07 09:24:14 +1100
commit6ce35b6cc4ead1bf98abec34cb2e2d6ca0abb15e (patch)
tree9dcad0242e5f0f28c9b327c7bd33db9e4f80da4c /ChangeLog
parent6434cb2cfbbf0a46375d2d22f2ff9927feb5e478 (diff)
- naddy@cvs.openbsd.org 2014/02/05 20:13:25
[ssh-keygen.1 ssh-keygen.c] tweak synopsis: calling ssh-keygen without any arguments is fine; ok jmc@ while here, fix ordering in usage(); requested by jmc@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6289bfe28..cdb5ca4de 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
120140207
2 - OpenBSD CVS Sync
3 - naddy@cvs.openbsd.org 2014/02/05 20:13:25
4 [ssh-keygen.1 ssh-keygen.c]
5 tweak synopsis: calling ssh-keygen without any arguments is fine; ok jmc@
6 while here, fix ordering in usage(); requested by jmc@
7
120140206 820140206
2 - (dtucker) [openbsd-compat/bsd-poll.c] Don't bother checking for non-NULL 9 - (dtucker) [openbsd-compat/bsd-poll.c] Don't bother checking for non-NULL
3 before freeing since free(NULL) is a no-op. ok djm. 10 before freeing since free(NULL) is a no-op. ok djm.