summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dee43400a..713798cbb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -50,6 +50,18 @@
50 - jmc@cvs.openbsd.org 2011/05/07 23:20:25 50 - jmc@cvs.openbsd.org 2011/05/07 23:20:25
51 [ssh.1] 51 [ssh.1]
52 +.It RequestTTY 52 +.It RequestTTY
53 - djm@cvs.openbsd.org 2011/05/08 12:52:01
54 [PROTOCOL.mux clientloop.c clientloop.h mux.c]
55 improve our behaviour when TTY allocation fails: if we are in
56 RequestTTY=auto mode (the default), then do not treat at TTY
57 allocation error as fatal but rather just restore the local TTY
58 to cooked mode and continue. This is more graceful on devices that
59 never allocate TTYs.
60
61 If RequestTTY is set to "yes" or "force", then failure to allocate
62 a TTY is fatal.
63
64 ok markus@
53 65
5420110510 6620110510
55 - (dtucker) [openbsd-compat/openssl-compat.{c,h}] Bug #1882: fix 67 - (dtucker) [openbsd-compat/openssl-compat.{c,h}] Bug #1882: fix