updates.
[silc.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 17a47e659e3ff360b90be6b61db4b7ff64396ebd..30146deae6eaf23a4de0b1c3a8e8b0df0e8f75f8 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,112 @@
+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
+
+Sun May 13 22:08:59 CEST 2007  Jochen Eisinger <coffee@silcnet.org>
+
+       * Adopt perl Makefiles for SILC Plugin.
+
+Sun May 13 18:27:13 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
+
+       * Fixed client library initialization when the running callback
+         is not given to silc_client_init.  Affected file is
+         lib/silcclient/client.c.
+
+       * Fixed Symbian compilation problems around the tree.  Added
+         new Carbide.c++ project files to symbian/ directory.
+
+       * Fixed SilcLog API to work on Symbian.  On Symbian it doesn't
+         use any globals.  Affected files are lib/silcutil/silclog.c
+         and silclog_i.h.
+
+Sun May 13 16:54:35 CEST 2007  Jochen Eisinger <coffee@silcnet.org>
+
+       * Fix several warnings in Irssi's Makefiles.
+
+Sun May 13 12:16:30 CEST 2007  Jochen Eisinger <coffee@silcnet.org>
+
+       * Disable ASM if --with-pic was given.  Affected file is
+         lib/silccrypt/configure.ad
+
+Fri May 11 19:10:54 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
+
+       * Wakeup scheduler in silc_fsm_continue and silc_fsm_next_later
+         in case they are called from a thread.  Affected file is
+         lib/silcutil/silcfsm.c.
+
+       * Fixed WIN32 thread creation to handle the Tls correctly.
+         Affected file is lib/silcutil/win32/silcwin32thread.c.
+
+Thu May 10 18:29:18 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
+
+       * SILC Toolkit 1.1-beta2.
+
 Thu May 10 18:21:10 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
 
        * Fixed silc_net_tcp_connect crash on Unix and Win32.  Handle