- 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.
diff --git a/ChangeLog b/ChangeLog
index 559347b..e665f12 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,11 @@
      [channels.c]
      channel_new() reallocs channels[], we cannot use Channel *c after calling
      channel_new(), XXX fix this in the future...
+   - 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.
 
 20010504
  - OpenBSD CVS Sync
@@ -5337,4 +5342,4 @@
  - Wrote replacements for strlcpy and mkdtemp
  - Released 1.0pre1
 
-$Id: ChangeLog,v 1.1198 2001/05/04 22:40:28 mouring Exp $
+$Id: ChangeLog,v 1.1199 2001/05/05 04:09:47 mouring Exp $