updates.
[silc.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 9e776e6bb39ebadb236bac4a0999408e85a21ec4..8cb8887ddb13f6a3b2dea4fc6845bfbb60024a9b 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,12 @@
+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.
+
 Sat May 18 11:35:19 EEST 2002 Pekka Riikonen <priikone@silcnet.org>
 
        * Allow multiple identical pending commands to be registered
@@ -8,6 +17,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