updates.
[silc.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 25f97981fa437c747d84eb4eb2292c9948517b45..7611885ccbe17f72fa3a9bfe78d30e6cddc473ee 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,23 @@
+Wed Apr  3 09:57:47 CEST 2002  Pekka Riikonen <priikone@silcnet.org>
+
+       * Added SILC_PROTOCOLVERSION macro to check protocol version
+         of a socket connection.  The affected file is 
+         lib/silcutil/silcsockconn.h.
+
+       * Added better error logging in rekey protocol.  Affected file
+         silcd/protocol.c.
+
+       * Do not check public key types in SKE during rekey.  Affected
+         file lib/silcske/payload.c.
+
+Tue Apr  2 14:55:06 CEST 2002  Pekka Riikonen <priikone@silcnet.org>
+
+       * Some client implementations quit network by doing first LEAVE
+         and then immediately SIGNOFF (like Bombyx).  We now do check 
+         after a short time after LEAVE notify and check whether the 
+         client is still valid after LEAVE, and if not we remove it from 
+         cache.  Affected file is lib/silcclient/client_notify.c.
+
 Tue Apr  2 13:39:04 CEST 2002  Johnny Mnemonic <johnny@themnemonic.org>
 
        * Merged version 1.1.4 of zlib. Even if it not currently in use,