diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ | |||
1 | 20130610 | ||
2 | - (djm) OpenBSD CVS Sync | ||
3 | - dtucker@cvs.openbsd.org 2013/06/07 15:37:52 | ||
4 | [channels.c channels.h clientloop.c] | ||
5 | Add an "ABANDONED" channel state and use for mux sessions that are | ||
6 | disconnected via the ~. escape sequence. Channels in this state will | ||
7 | be able to close if the server responds, but do not count as active channels. | ||
8 | This means that if you ~. all of the mux clients when using ControlPersist | ||
9 | on a broken network, the backgrounded mux master will exit when the | ||
10 | Control Persist time expires rather than hanging around indefinitely. | ||
11 | bz#1917, also reported and tested by tedu@. ok djm@ markus@. | ||
12 | |||
1 | 20130605 | 13 | 20130605 |
2 | - (dtucker) [myproposal.h] Enable sha256 kex methods based on the presence of | 14 | - (dtucker) [myproposal.h] Enable sha256 kex methods based on the presence of |
3 | the necessary functions, not from the openssl version. | 15 | the necessary functions, not from the openssl version. |