summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2eda5e1b3..9fd4abbb1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -44,6 +44,10 @@
44 [serverloop.c] 44 [serverloop.c]
45 close all channels if the connection to the remote host has been closed, 45 close all channels if the connection to the remote host has been closed,
46 should fix sshd's hanging with WCHAN==wait 46 should fix sshd's hanging with WCHAN==wait
47 - markus@cvs.openbsd.org 2001/10/09 21:59:41
48 [channels.c channels.h serverloop.c session.c session.h]
49 simplify session close: no more delayed session_close, no more
50 blocking wait() calls.
47 51
4820011007 5220011007
49 - (bal) ssh-copy-id corrected permissions for .ssh/ and authorized_keys. 53 - (bal) ssh-copy-id corrected permissions for .ssh/ and authorized_keys.
@@ -6689,4 +6693,4 @@
6689 - Wrote replacements for strlcpy and mkdtemp 6693 - Wrote replacements for strlcpy and mkdtemp
6690 - Released 1.0pre1 6694 - Released 1.0pre1
6691 6695
6692$Id: ChangeLog,v 1.1597 2001/10/10 05:08:36 djm Exp $ 6696$Id: ChangeLog,v 1.1598 2001/10/10 05:14:37 djm Exp $