summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2011-11-04 00:55:24 +0100
committerDarren Tucker <dtucker@zip.com.au>2011-11-04 00:55:24 +0100
commit9c5d553d58b3f9671619ef4496c290f1b2edbf92 (patch)
tree56b6999373bd62a6ca7f450ceb00ed027c8f0866 /ChangeLog
parent - djm@cvs.openbsd.org 2011/10/24 02:10:46 (diff)
downloadopenssh-9c5d553d58b3f9671619ef4496c290f1b2edbf92.tar.xz
openssh-9c5d553d58b3f9671619ef4496c290f1b2edbf92.zip
- djm@cvs.openbsd.org 2011/10/24 02:13:13
[session.c] bz#1859: send tty break to pty master instead of (probably already closed) slave side; "looks good" markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3f38bb4a2..924649e8e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -17,6 +17,10 @@
bz#1943: unbreak stdio forwarding when ControlPersist is in user - ssh
was incorrectly requesting the forward in both the control master and
slave. skip requesting it in the master to fix. ok markus@
+ - djm@cvs.openbsd.org 2011/10/24 02:13:13
+ [session.c]
+ bz#1859: send tty break to pty master instead of (probably already
+ closed) slave side; "looks good" markus@
20111025
- (dtucker) [contrib/cygwin/Makefile] Continue if installing a doc file