updates.
[silc.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 15f0dc1d5143782d5b7aafdbbd1934fbb39c8ec7..30146deae6eaf23a4de0b1c3a8e8b0df0e8f75f8 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,7 +1,69 @@
+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
+         but is compiled always in.  Affected file is 
+         lib/silcutil/silclog.h.
+
+       * Use SILC_VERIFY in FSM macros instead of SILC_ASSERT which is
+         not there in release builds.  Affected file is
+         lib/silcutil/silcfsm.h.
+
 Tue May 15 21:19:09 CEST 2007  Jochen Eisinger <coffee@silcnet.org>
 
        * SILC Client 1.1-beta3
 
+Mon May 14 23:20:59 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
+
+       * Added silc_utf8_c2w and silc_utf8_w2c to do UTF-8 to widechar
+         and widechar to UTF-8 conversions.  Affected files are
+         lib/silcutil/silcutf8.[ch].
+
 Mon May 14 19:45:14 CEST 2007  Jochen Eisinger <coffee@silcnet.org>
 
        * Include a README for the SILC Plugin