updates.
authorPekka Riikonen <priikone@silcnet.org>
Wed, 6 Jun 2007 14:33:22 +0000 (14:33 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Wed, 6 Jun 2007 14:33:22 +0000 (14:33 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 9c0b3f31fc254581738328042db1034e091f8abe..cb943124c48cccab56826897fd3946e866d2d66e 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,24 @@
+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.