updates.
[silc.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 9e776e6bb39ebadb236bac4a0999408e85a21ec4..2f58a84802484487a7c1da479a4fd52c51104a0c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,15 @@
+Sun May 19 18:59:00 EEST 2002 Pekka Riikonen <priikone@silcnet.org>
+
+       * Fixed the CHANNEL_CHANGE notify handling in client libary
+         to not use freed memory.  Affected file is
+         lib/silcclient/client_notify.c.
+
+       * Fixed CUMODE_CHANGE notify handling in server.  Affected
+         file silcd/packet_receive.c.
+
+       * Fixed USERS command to support empty channels.  Affected
+         file silcd/command.c.
+
 Sat May 18 11:35:19 EEST 2002 Pekka Riikonen <priikone@silcnet.org>
 
        * Allow multiple identical pending commands to be registered
@@ -8,6 +20,10 @@ Sat May 18 11:35:19 EEST 2002 Pekka Riikonen <priikone@silcnet.org>
          the client.  Added support for checking when the resolvers
          are finished.  Affected file is lib/silcclient/idlist.c.
 
+       * Wait by default 3 seconds before reconnecting to the server
+         after being disconnected.  Makes the /detach command a bit
+         more usable.
+
 Fri May 17 17:23:45 EEST 2002 Pekka Riikonen <priikone@silcnet.org>
 
        * Check the watcher list before sending signoff notifys