summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f5a13d21d..7c7832556 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,11 @@
7 don't kill the login shells if the shells stdin/out/err is closed. 7 don't kill the login shells if the shells stdin/out/err is closed.
8 this should now work: 8 this should now work:
9 ssh -2n localhost 'exec > /dev/null 2>&1; sleep 10; exit 5'; echo ? 9 ssh -2n localhost 'exec > /dev/null 2>&1; sleep 10; exit 5'; echo ?
10 - markus@cvs.openbsd.org 2001/10/11 13:45:21
11 [session.c]
12 delay detach of session if a channel gets closed but the child is
13 still alive. however, release pty, since the fd's to the child are
14 already closed.
10 15
1120011010 1620011010
12 - (djm) OpenBSD CVS Sync 17 - (djm) OpenBSD CVS Sync
@@ -6705,4 +6710,4 @@
6705 - Wrote replacements for strlcpy and mkdtemp 6710 - Wrote replacements for strlcpy and mkdtemp
6706 - Released 1.0pre1 6711 - Released 1.0pre1
6707 6712
6708$Id: ChangeLog,v 1.1601 2001/10/12 01:35:04 djm Exp $ 6713$Id: ChangeLog,v 1.1602 2001/10/12 01:35:50 djm Exp $