- markus@cvs.openbsd.org 2001/06/20 13:56:39
     [channels.c channels.h clientloop.c packet.c serverloop.c]
     move from channel_stop_listening to channel_free_all,
     call channel_free_all before calling waitpid() in serverloop.
     fixes the utmp handling; report from Lutz.Jaenicke@aet.TU-Cottbus.DE
diff --git a/ChangeLog b/ChangeLog
index f2dc8c5..2360bbe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -21,6 +21,11 @@
    - markus@cvs.openbsd.org 2001/06/19 15:40:45
      [session.c]
      allocate and free at the same level.
+   - markus@cvs.openbsd.org 2001/06/20 13:56:39
+     [channels.c channels.h clientloop.c packet.c serverloop.c]
+     move from channel_stop_listening to channel_free_all,
+     call channel_free_all before calling waitpid() in serverloop.
+     fixes the utmp handling; report from Lutz.Jaenicke@aet.TU-Cottbus.DE
 
 20010615
  - (stevesk) don't set SA_RESTART and set SIGCHLD to SIG_DFL
@@ -5673,4 +5678,4 @@
  - Wrote replacements for strlcpy and mkdtemp
  - Released 1.0pre1
 
-$Id: ChangeLog,v 1.1295 2001/06/21 03:17:42 mouring Exp $
+$Id: ChangeLog,v 1.1296 2001/06/21 03:19:23 mouring Exp $