Fixed memory leaks around the tree.
[silc.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 8c8a742531f6b9156f5ca0406881f72b0e262920..c6aafe368b725d97e6c5d3ecb8ff8c8a9a272606 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,16 @@
+Thu Oct 24 12:22:35 EEST 2002  Pekka Riikonen <priikone@silcnet.org>
+
+       * Fixed channel key packet processing bug on backup router
+         during backup resuming protocol.  Affected file is
+         silcd/packet_receive.c.
+
+       * Fixed memory leaks in server.  Affected files are
+         silcd/server.c and silcd/packet_receive.c.
+
+       * Fixed packet decryption problem when backup router encrypted
+         channel message with wrong key during backup resuming
+         protocol.  Affected file silcd/packet_send.c.
+
 Wed Oct 23 19:01:41 EEST 2002  Pekka Riikonen <priikone@silcnet.org>
 
        * Fixed unaligned access in lib/silccore/silcattrs.c.