summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5f0b2979c..3ab9070aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -20,6 +20,12 @@
20 - markus@cvs.openbsd.org 2000/09/28 12:03:18 20 - markus@cvs.openbsd.org 2000/09/28 12:03:18
21 [channels.c] 21 [channels.c]
22 debug -> debug2 cleanup 22 debug -> debug2 cleanup
23 - (djm) Irix strips "/dev/tty" from [uw]tmp entries (other systems only
24 strip "/dev/"). Fix loginrec.c based on patch from Alain St-Denis
25 <Alain.St-Denis@ec.gc.ca>
26 - (djm) Fix 9 character passphrase failure with gnome-ssh-askpass.
27 Problem was caused by interrupted read in ssh-add. Report from Donald
28 J. Barry <don@astro.cornell.edu>
23 29
2420000929 3020000929
25 - (djm) Fix SSH2 not terminating until all background tasks done problem. 31 - (djm) Fix SSH2 not terminating until all background tasks done problem.