summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-05-10 11:53:02 +1000
committerDamien Miller <djm@mindrot.org>2010-05-10 11:53:02 +1000
commit85c50d7858424aa38a560142c04c93a70d50dff7 (patch)
treef409fb156f7cc784c490627e642abf21637953a0 /ChangeLog
parent50af79b1186b26425d100b1cf1ba615b72124c0e (diff)
- djm@cvs.openbsd.org 2010/04/23 22:27:38
[mux.c] set "detach_close" flag when registering channel cleanup callbacks. This causes the channel to close normally when its fds close and hangs when terminating a mux slave using ~. bz#1758; ok markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2ceea43e3..f3d5c20eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,11 @@
5 bz#1740: display a more helpful error message when $HOME is 5 bz#1740: display a more helpful error message when $HOME is
6 inaccessible while trying to create .ssh directory. Based on patch 6 inaccessible while trying to create .ssh directory. Based on patch
7 from jchadima AT redhat.com; ok dtucker@ 7 from jchadima AT redhat.com; ok dtucker@
8 - djm@cvs.openbsd.org 2010/04/23 22:27:38
9 [mux.c]
10 set "detach_close" flag when registering channel cleanup callbacks.
11 This causes the channel to close normally when its fds close and
12 hangs when terminating a mux slave using ~. bz#1758; ok markus@
8 13
920100423 1420100423
10 - (dtucker) [configure.ac] Bug #1756: Check for the existence of a lib64 dir 15 - (dtucker) [configure.ac] Bug #1756: Check for the existence of a lib64 dir