summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-05-10 11:53:54 +1000
committerDamien Miller <djm@mindrot.org>2010-05-10 11:53:54 +1000
commit22a29880bb324983a997f6bc03484879cae1f912 (patch)
treec0874752be98e019c58db2d5078bb52ff9cffa1b /ChangeLog
parent85c50d7858424aa38a560142c04c93a70d50dff7 (diff)
- djm@cvs.openbsd.org 2010/04/23 22:42:05
[session.c] set stderr to /dev/null for subsystems rather than just closing it. avoids hangs if a subsystem or shell initialisation writes to stderr. bz#1750; ok markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f3d5c20eb..45389e49d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,11 @@
10 set "detach_close" flag when registering channel cleanup callbacks. 10 set "detach_close" flag when registering channel cleanup callbacks.
11 This causes the channel to close normally when its fds close and 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@ 12 hangs when terminating a mux slave using ~. bz#1758; ok markus@
13 - djm@cvs.openbsd.org 2010/04/23 22:42:05
14 [session.c]
15 set stderr to /dev/null for subsystems rather than just closing it.
16 avoids hangs if a subsystem or shell initialisation writes to stderr.
17 bz#1750; ok markus@
13 18
1420100423 1920100423
15 - (dtucker) [configure.ac] Bug #1756: Check for the existence of a lib64 dir 20 - (dtucker) [configure.ac] Bug #1756: Check for the existence of a lib64 dir