summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-05-04 22:40:28 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-05-04 22:40:28 +0000
commitc8cb8c0405db1f83bd8f97224f69db6a828cc94f (patch)
tree3db817744971e29a326dc5d891cccca8f6307a93 /ChangeLog
parentf0609f8bd3fe50a1cde0c4eb55144dbdffbc56f2 (diff)
- markus@cvs.openbsd.org 2001/05/04 14:34:34
[channels.c] channel_new() reallocs channels[], we cannot use Channel *c after calling channel_new(), XXX fix this in the future...
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 81ac4cfac..559347b09 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,10 @@
3 - stevesk@cvs.openbsd.org 2001/05/04 14:21:56 3 - stevesk@cvs.openbsd.org 2001/05/04 14:21:56
4 [ssh.1 sshd.8] 4 [ssh.1 sshd.8]
5 typos 5 typos
6 - markus@cvs.openbsd.org 2001/05/04 14:34:34
7 [channels.c]
8 channel_new() reallocs channels[], we cannot use Channel *c after calling
9 channel_new(), XXX fix this in the future...
6 10
720010504 1120010504
8 - OpenBSD CVS Sync 12 - OpenBSD CVS Sync
@@ -5333,4 +5337,4 @@
5333 - Wrote replacements for strlcpy and mkdtemp 5337 - Wrote replacements for strlcpy and mkdtemp
5334 - Released 1.0pre1 5338 - Released 1.0pre1
5335 5339
5336$Id: ChangeLog,v 1.1197 2001/05/04 22:38:43 mouring Exp $ 5340$Id: ChangeLog,v 1.1198 2001/05/04 22:40:28 mouring Exp $