summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2011-05-05 14:16:56 +1000
committerDamien Miller <djm@mindrot.org>2011-05-05 14:16:56 +1000
commit8cb1cda1e3a24c6f73b96822f36762c1c80ae147 (patch)
treeb47add33eed9be46e999b265ef4351bd70cae39d /ChangeLog
parent6c3eec7ab23d58157ded8a0e6283f93e45390d07 (diff)
- djm@cvs.openbsd.org 2011/04/18 00:46:05
[ssh-keygen.c] certificate options are supposed to be packed in lexical order of option name (though we don't actually enforce this at present). Move one up that was out of sequence
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ddee8e5dd..7cc6a2345 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -60,6 +60,11 @@
60 allow graceful shutdown of multiplexing: request that a mux server 60 allow graceful shutdown of multiplexing: request that a mux server
61 removes its listener socket and refuse future multiplexing requests; 61 removes its listener socket and refuse future multiplexing requests;
62 ok markus@ 62 ok markus@
63 - djm@cvs.openbsd.org 2011/04/18 00:46:05
64 [ssh-keygen.c]
65 certificate options are supposed to be packed in lexical order of
66 option name (though we don't actually enforce this at present).
67 Move one up that was out of sequence
63 68
6420110221 6920110221
65 - (dtucker) [contrib/cygwin/ssh-host-config] From Corinna: revamp of the 70 - (dtucker) [contrib/cygwin/ssh-host-config] From Corinna: revamp of the