summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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