updates.
[silc.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 4057faa834e32fa827f47976e38f9577ea051ee8..30146deae6eaf23a4de0b1c3a8e8b0df0e8f75f8 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,49 @@
+Thu May 17 17:09:50 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
+
+       * Porting Toolkit to Symbian.  It should work while some sporadic
+         odd crashes remain.  However I was able to run mybot on SILCNet.
+         Basically tested scheduler, net routines, socket  routines,
+         threads and some other utility routines.  Affected files are
+         in lib/silcutil/symbian/.
+
+Thu May 17 11:57:40 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
+
+       * Show realname and email address from public key when verifying
+         cached public keys with GETKEY.  Affected files are
+         apps/irssi/src/fe-common/module-formats.[ch] and
+         apps/irssi/src/silc/core/client_ops.c.
+
+Wed May 16 20:41:04 CEST 2007  Jochen Eisinger <coffee@silcnet.org>
+
+       * Include SILC Plugin theme.  Affected file is apps/irssi/plugin.theme
+
+       * Include SILC Plugin /silc command help.  Affected file is
+         apps/irssi/docs/help/silc
+
+       * Create channels before joining them.  Affected file is
+         apps/irssi/src/silc/core/client_ops.c
+
+Wed May 16 18:59:22 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
+
+       * Fixed channel private key listing with /key.  Affected file
+         is apps/irssi/src/silc/core/silc-channels.c.
+
+       * Fixed the public headers from anonymous structures.  Affected
+         files are lib/.
+
+       * Changed silc_buffer_*len macros to inline functions.  Affected
+         file is lib/silcutil/silcbuffer.h.
+
+Wed May 16 10:21:45 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
+
+       * Fixed nickname format parsing in JOIN notify handling and
+         in WHOIS command reply.  Affected file is
+         apps/irssi/src/silc/core/client_ops.c.
+
+Wed May 16 09:34:10 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
+
+       * SILC Client 1.1 Beta4.
+
 Tue May 15 23:55:41 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
 
        * Added SILC_VERIFY macro which is equivalent to SILC_ASSERT