summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2012-09-06 21:19:05 +1000
committerDarren Tucker <dtucker@zip.com.au>2012-09-06 21:19:05 +1000
commit66cb0e0733782c2f6773abd9fd1d87f5efef6c27 (patch)
tree88b17abef9f6bb7276066ea811fe0acbe09ec7d7 /ChangeLog
parent3ee50c5d9f95cd40df403cf1a91fdaffefa21cc5 (diff)
- dtucker@cvs.openbsd.org 2012/08/17 00:45:45
[clientloop.c clientloop.h mux.c] Force a clean shutdown of ControlMaster client sessions when the ~. escape sequence is used. This means that ~. should now work in mux clients even if the server is no longer responding. Found by tedu, ok djm.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3b6803b6a..bdaaa0ae3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,11 @@
4 [ssh-keygen.1] 4 [ssh-keygen.1]
5 a little more info on certificate validity; 5 a little more info on certificate validity;
6 requested by Ross L Richardson, and provided by djm 6 requested by Ross L Richardson, and provided by djm
7 - dtucker@cvs.openbsd.org 2012/08/17 00:45:45
8 [clientloop.c clientloop.h mux.c]
9 Force a clean shutdown of ControlMaster client sessions when the ~. escape
10 sequence is used. This means that ~. should now work in mux clients even
11 if the server is no longer responding. Found by tedu, ok djm.
7 12
820120830 1320120830
9 - (dtucker) [moduli] Import new moduli file. 14 - (dtucker) [moduli] Import new moduli file.