summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2011-05-15 08:46:29 +1000
committerDamien Miller <djm@mindrot.org>2011-05-15 08:46:29 +1000
commita6bbbe465825338637ad68b41c68827be732cc82 (patch)
treeb011df3f4f263dec92ff5a0e63f9218d18d474fb /ChangeLog
parent21771e22d3e23a10cb01983b2df83d47362eadda (diff)
- djm@cvs.openbsd.org 2011/05/06 21:38:58
[ssh.c] fix dropping from previous diff
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 67e651335..7527d7654 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -36,6 +36,9 @@
36 [clientloop.c mux.c readconf.c readconf.h ssh.c ssh_config.5] 36 [clientloop.c mux.c readconf.c readconf.h ssh.c ssh_config.5]
37 Add a RequestTTY ssh_config option to allow configuration-based 37 Add a RequestTTY ssh_config option to allow configuration-based
38 control over tty allocation (like -t/-T); ok markus@ 38 control over tty allocation (like -t/-T); ok markus@
39 - djm@cvs.openbsd.org 2011/05/06 21:38:58
40 [ssh.c]
41 fix dropping from previous diff
39 42
4020110510 4320110510
41 - (dtucker) [openbsd-compat/openssl-compat.{c,h}] Bug #1882: fix 44 - (dtucker) [openbsd-compat/openssl-compat.{c,h}] Bug #1882: fix