summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2011-05-15 08:45:50 +1000
committerDamien Miller <djm@mindrot.org>2011-05-15 08:45:50 +1000
commit21771e22d3e23a10cb01983b2df83d47362eadda (patch)
treef9b85caefb4f1549c847d34a7c7b3adead764c6b /ChangeLog
parentfe92421772243702ecb18b862dbeb51a9bdbbc6e (diff)
- djm@cvs.openbsd.org 2011/05/06 21:34:32
[clientloop.c mux.c readconf.c readconf.h ssh.c ssh_config.5] Add a RequestTTY ssh_config option to allow configuration-based control over tty allocation (like -t/-T); ok markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index caec1dd27..67e651335 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -32,6 +32,10 @@
32 32
33 Will match "a.example.org", "b.example.org", but not "c.example.org" 33 Will match "a.example.org", "b.example.org", but not "c.example.org"
34 ok markus@ 34 ok markus@
35 - djm@cvs.openbsd.org 2011/05/06 21:34:32
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
38 control over tty allocation (like -t/-T); ok markus@
35 39
3620110510 4020110510
37 - (dtucker) [openbsd-compat/openssl-compat.{c,h}] Bug #1882: fix 41 - (dtucker) [openbsd-compat/openssl-compat.{c,h}] Bug #1882: fix