summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2012-06-20 21:51:29 +1000
committerDamien Miller <djm@mindrot.org>2012-06-20 21:51:29 +1000
commit7f12157c0a27abe045eaad92b6a2de9ca50a340b (patch)
treed788b7e4b28e56b600e124b4121ab6f736aab537 /ChangeLog
parent3bde12aeef60c9e1221316aff1fe1aca78eca027 (diff)
- djm@cvs.openbsd.org 2012/06/01 00:49:35
[PROTOCOL.mux] correct types of port numbers (integers, not strings); bz#2004 from bert.wesarg AT googlemail.com
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f0356d32e..cd7b523fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -20,6 +20,10 @@
20 [dns.c dns.h key.c key.h ssh-keygen.c] 20 [dns.c dns.h key.c key.h ssh-keygen.c]
21 add support for RFC6594 SSHFP DNS records for ECDSA key types. 21 add support for RFC6594 SSHFP DNS records for ECDSA key types.
22 patch from bugzilla-m67 AT nulld.me in bz#1978; ok + tweak markus@ 22 patch from bugzilla-m67 AT nulld.me in bz#1978; ok + tweak markus@
23 - djm@cvs.openbsd.org 2012/06/01 00:49:35
24 [PROTOCOL.mux]
25 correct types of port numbers (integers, not strings); bz#2004 from
26 bert.wesarg AT googlemail.com
23 27
2420120519 2820120519
25 - (dtucker) [configure.ac] bz#2010: fix non-portable shell construct. Patch 29 - (dtucker) [configure.ac] bz#2010: fix non-portable shell construct. Patch