diff options
author | Darren Tucker <dtucker@zip.com.au> | 2004-11-05 20:35:44 +1100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2004-11-05 20:35:44 +1100 |
commit | 5d78de628376f55fd2fc5acad14733cf90867425 (patch) | |
tree | 806ff3f561b6251fe8ac13a23975ac208c09d514 /ChangeLog | |
parent | b2694f0e8a54112200f2638f01b622f603dd125f (diff) |
- djm@cvs.openbsd.org 2004/10/29 21:47:15
[channels.c channels.h clientloop.c]
fix some window size change bugs for multiplexed connections: windows sizes
were not being updated if they had changed after ~^Z suspends and SIGWINCH
was not being processed unless the first connection had requested a tty;
ok markus
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -45,6 +45,12 @@ | |||
45 | - markus@cvs.openbsd.org 2004/10/20 11:48:53 | 45 | - markus@cvs.openbsd.org 2004/10/20 11:48:53 |
46 | [packet.c ssh1.h] | 46 | [packet.c ssh1.h] |
47 | disconnect for invalid (out of range) message types. | 47 | disconnect for invalid (out of range) message types. |
48 | - djm@cvs.openbsd.org 2004/10/29 21:47:15 | ||
49 | [channels.c channels.h clientloop.c] | ||
50 | fix some window size change bugs for multiplexed connections: windows sizes | ||
51 | were not being updated if they had changed after ~^Z suspends and SIGWINCH | ||
52 | was not being processed unless the first connection had requested a tty; | ||
53 | ok markus | ||
48 | 54 | ||
49 | 20041102 | 55 | 20041102 |
50 | - (dtucker) [configure.ac includes.h] Bug #947: Fix compile error on HP-UX | 56 | - (dtucker) [configure.ac includes.h] Bug #947: Fix compile error on HP-UX |
@@ -1824,4 +1830,4 @@ | |||
1824 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 1830 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
1825 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 1831 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
1826 | 1832 | ||
1827 | $Id: ChangeLog,v 1.3574 2004/11/05 09:27:54 dtucker Exp $ | 1833 | $Id: ChangeLog,v 1.3575 2004/11/05 09:35:44 dtucker Exp $ |