Added silcapputil.[ch] for application utility functions for
[silc.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index e367886ead5ca43720d48437bfeb5615313529f7..795059947b07f184ae0ee94c970683738aa6fe2b 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,15 @@
+Tue Oct 29 21:48:55 EET 2002  Pekka Riikonen <priikone@silcnet.org>
+
+       * Added lib/silcutil/silcapputil.[ch] for application
+         utility functions.  It includes routines for applications'
+         convenience.  Added silc_create_key_pair, silc_show_public_key
+         and silc_load_key_pair functions.
+
+Tue Oct 29 17:36:44 EET 2002  Pekka Riikonen <priikone@silcnet.org>
+
+       * Send RESUME_CLIENT packet from router to backup routers
+         to in resuming.  Affected file silcd/packet_receive.c.
+
 Mon Oct 28 21:23:39 EET 2002  Pekka Riikonen <priikone@silcnet.org>
 
        * In IDENTIFY command parsing, send all other IDs except
@@ -6,6 +18,8 @@ Mon Oct 28 21:23:39 EET 2002  Pekka Riikonen <priikone@silcnet.org>
          always Client ID, others are not allowed.  Affected file
          silcd/server_query.c.
 
+       * Merged latest changes from irssi.org CVS.
+
 Sun Oct 27 11:44:32 EET 2002  Pekka Riikonen <priikone@silcnet.org>
 
        * Merged c0ffee's /set heartbeat patch to Irssi SILC client.