+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