summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-05-05 04:09:47 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-05-05 04:09:47 +0000
commit99c73b377a45d3e008e73cca9073dc006e1cfaae (patch)
treeb2b33909e71916ba176521d28663d90fc8b40fc4 /ChangeLog
parentc8cb8c0405db1f83bd8f97224f69db6a828cc94f (diff)
- markus@cvs.openbsd.org 2001/05/04 23:47:34
[channels.c channels.h clientloop.c nchan.c nchan.h serverloop.c ssh.c] move to Channel **channels (instead of Channel *channels), fixes realloc problems. channel_new now returns a Channel *, favour Channel * over channel id. remove old channel_allocate interface.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 559347b09..e665f1204 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,11 @@
7 [channels.c] 7 [channels.c]
8 channel_new() reallocs channels[], we cannot use Channel *c after calling 8 channel_new() reallocs channels[], we cannot use Channel *c after calling
9 channel_new(), XXX fix this in the future... 9 channel_new(), XXX fix this in the future...
10 - markus@cvs.openbsd.org 2001/05/04 23:47:34
11 [channels.c channels.h clientloop.c nchan.c nchan.h serverloop.c ssh.c]
12 move to Channel **channels (instead of Channel *channels), fixes realloc
13 problems. channel_new now returns a Channel *, favour Channel * over
14 channel id. remove old channel_allocate interface.
10 15
1120010504 1620010504
12 - OpenBSD CVS Sync 17 - OpenBSD CVS Sync
@@ -5337,4 +5342,4 @@
5337 - Wrote replacements for strlcpy and mkdtemp 5342 - Wrote replacements for strlcpy and mkdtemp
5338 - Released 1.0pre1 5343 - Released 1.0pre1
5339 5344
5340$Id: ChangeLog,v 1.1198 2001/05/04 22:40:28 mouring Exp $ 5345$Id: ChangeLog,v 1.1199 2001/05/05 04:09:47 mouring Exp $