+Wed Jun 6 18:33:05 EEST 2007 Pekka Riikonen <priikone@silcnet.org>
+
+ * Added notify callback to silc_schedule_init which can be used to
+ set a notify callback for scheduler which is called when task is
+ added to scheduler or deleted from scheduler. Affected file
+ is lib/silcutil/silcschedule.[ch].
+
+ * Dispatch timeout tasks after dispatching FD tasks if the timeout
+ was very short. Affected file is lib/silcutil/silcschedule.c.
+
+ * Rewrote the SILC scheduler handling in SILC Client to not poll
+ every few msecs but to use the new notify callback. Affected
+ file is apps/irssi/src/silc/core/silc-core.c.
+
+ * Fixed SFTP client library read buffer size which was too small.
+ Affected file is lib/silcsftp/sftp_client.c.
+
+ * Fixed file transfer crash bug in /QUIT in SILC Client. Close
+ the FTP sessions before quitting the client. Affected file
+ is apps/irssi/src/silc/core/silc-servers.c.
+
Tue Jun 5 20:48:40 EEST 2007 Pekka Riikonen <priikone@silcnet.org>
* Fixed silc_packet_get_ids to decode the IDs correctly.