diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 | ||
14 | 20100423 | 19 | 20100423 |
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 |