updates.
[silc.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 5189ee03a2fb99075b7a706aa481f9af13717ec5..18eecd683db6267d6b3771363eebd36735f5569c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,9 +1,34 @@
+Sat Apr 28 13:47:47 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
+
+       * Added silc_skr_del_public_key, silc_skr_[ref|unref]_public_key
+         to lib/silcskr/silcskr.[ch].
+
+       * Fixed SILC public key copying to copy the identifier also.
+         Affected file is lib/silccrypt/silcpk.c.
+
+       * Added silc_packet_error_string to lib/silccore/silcpacket.[ch].
+
+       * Fixed OPER and SILCOPER passphrase asking in Client library.
+         Affected file is lib/silcclient/command.c.
+
 Tue Apr 24 17:55:24 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
 
        * Fixed command queue enabling after connecting to server.
          The comparisons was from after changing to silc_utf8_strcasecmp.
          Affected file is apps/irssi/src/silc/core/silc-servers.c.
 
+       * Fixed nickname setting with own client entry with 1.3 protocol
+         version server.  Affected file lib/silcclient/client_register.c.
+
+       * Ignore error notify for local client entry.  Affected file is
+         lib/silcclient/client_notify.c.
+
+       * Implemented responder rekey to SKE library.  Affected files are
+         lib/silcske/silcske.[ch].
+
+       * Fixed connection auth protocol completion sending.  Affected
+         file lib/silcske/silcconnauth.c.
+
 Mon Apr 23 17:20:01 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
 
        * Do not call TCP network listener callback with any error