summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2005-11-05 14:52:50 +1100
committerDamien Miller <djm@mindrot.org>2005-11-05 14:52:50 +1100
commit39eda6eb6a8364e8df6779e71e0b434eaae3edd5 (patch)
tree2e7a8fda98f3a3d9b4e14f2b36787fc2168b691a /ChangeLog
parent3f54a9f5b7978e8e7085f86722bc2704f7fab2e2 (diff)
- djm@cvs.openbsd.org 2005/10/10 10:23:08
[channels.c channels.h clientloop.c serverloop.c session.c] fix regression I introduced in 4.2: X11 forwardings initiated after a session has exited (e.g. "(sleep 5; xterm) &") would not start. bz #1086 reported by t8m AT centrum.cz; ok markus@ dtucker@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 10c031042..221301eb9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,11 @@
7 in order to improve the security of DSA you need to change more 7 in order to improve the security of DSA you need to change more
8 components of DSA key generation (e.g. the internal SHA1 hash); 8 components of DSA key generation (e.g. the internal SHA1 hash);
9 ok deraadt 9 ok deraadt
10 - djm@cvs.openbsd.org 2005/10/10 10:23:08
11 [channels.c channels.h clientloop.c serverloop.c session.c]
12 fix regression I introduced in 4.2: X11 forwardings initiated after
13 a session has exited (e.g. "(sleep 5; xterm) &") would not start.
14 bz #1086 reported by t8m AT centrum.cz; ok markus@ dtucker@
10 15
1120051102 1620051102
12 - (dtucker) [openbsd-compat/bsd-misc.c] Bug #1108: fix broken strdup(). 17 - (dtucker) [openbsd-compat/bsd-misc.c] Bug #1108: fix broken strdup().
@@ -3140,4 +3145,4 @@
3140 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 3145 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
3141 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 3146 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
3142 3147
3143$Id: ChangeLog,v 1.3927 2005/11/05 03:52:18 djm Exp $ 3148$Id: ChangeLog,v 1.3928 2005/11/05 03:52:50 djm Exp $