summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2008-06-13 04:49:33 +1000
committerDarren Tucker <dtucker@zip.com.au>2008-06-13 04:49:33 +1000
commit2fb66caca2c9e69c6a0584060114fcd52e59d5ff (patch)
treede895acfd51886da7e4ca547baea0b45e954c72e /ChangeLog
parent267e28bb75e97755ab3bbe128b75623734f2b3fd (diff)
- djm@cvs.openbsd.org 2008/06/12 03:40:52
[clientloop.h mux.c channels.c clientloop.c channels.h] Enable ~ escapes for multiplex slave sessions; give each channel its own escape state and hook the escape filters up to muxed channels. bz #1331 Mux slaves do not currently support the ~^Z and ~& escapes. NB. this change cranks the mux protocol version, so a new ssh mux client will not be able to connect to a running old ssh mux master. ok dtucker@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 27a2a7abc..ca0d8ea57 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -68,6 +68,16 @@
68 [key.c] 68 [key.c]
69 use an odd number of rows and columns and a separate start marker, looks 69 use an odd number of rows and columns and a separate start marker, looks
70 better; ok grunk@ 70 better; ok grunk@
71 - djm@cvs.openbsd.org 2008/06/12 03:40:52
72 [clientloop.h mux.c channels.c clientloop.c channels.h]
73 Enable ~ escapes for multiplex slave sessions; give each channel
74 its own escape state and hook the escape filters up to muxed
75 channels. bz #1331
76 Mux slaves do not currently support the ~^Z and ~& escapes.
77 NB. this change cranks the mux protocol version, so a new ssh
78 mux client will not be able to connect to a running old ssh
79 mux master.
80 ok dtucker@
71 81
7220080611 8220080611
73 - (djm) [channels.c configure.ac] 83 - (djm) [channels.c configure.ac]
@@ -4230,4 +4240,4 @@
4230 OpenServer 6 and add osr5bigcrypt support so when someone migrates 4240 OpenServer 6 and add osr5bigcrypt support so when someone migrates
4231 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 4241 passwords between UnixWare and OpenServer they will still work. OK dtucker@
4232 4242
4233$Id: ChangeLog,v 1.4976 2008/06/12 18:48:11 dtucker Exp $ 4243$Id: ChangeLog,v 1.4977 2008/06/12 18:49:33 dtucker Exp $