From: Pekka Riikonen Date: Sun, 24 Jun 2007 14:14:14 +0000 (+0000) Subject: updates. X-Git-Tag: silc.toolkit.1.1.1~5 X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=commitdiff_plain;h=9872ff33dc922d6448d2ef193db7ed2749800741 updates. --- diff --git a/CHANGES b/CHANGES index 4736eab9..28121368 100644 --- a/CHANGES +++ b/CHANGES @@ -1,8 +1,20 @@ +Sun Jun 24 16:33:59 EEST 2007 Pekka Riikonen + + * Fixed Unix signal task dispatching to not lock the signals + when dispatching the callback to avoid deadlocks. Affected + file is lib/silcutil/unix/silcunixschedule.c. + Sun Jun 24 14:43:21 CEST 2007 Jochen Eisinger * Fix configure output for with-plugin. Affected file is apps/irssi/configure.ad +Tue Jun 19 17:05:48 EEST 2007 Pekka Riikonen + + * Added SILC_VERSION macro for checking package versions at + compile time. Affected files are configure.ad, + includes/silc.h.in and includes/silcversion.h.in. + Mon Jun 18 23:47:22 EEST 2007 Pekka Riikonen * Use SILC_VERIFY to assert that silc_rwlock_wrlock can be diff --git a/lib/doc/porting.html b/lib/doc/porting.html index 630b3ed2..bb7e68a5 100644 --- a/lib/doc/porting.html +++ b/lib/doc/porting.html @@ -47,7 +47,7 @@ but with Toolkit 1.1 it should be relatively straightforward.

SilcClientOperations structure

-The SilcClientOperation structure has changed significantly. It no longer +The SilcClientOperations structure has changed significantly. It no longer has `connected', `disconnected' and `failure' function pointers. Instead a new SilcClientConnectCallback has been defined that is given as argument to functions like silc_client_connect_to_server, silc_client_connect_to_client diff --git a/win32/libsilc/libsilc.def b/win32/libsilc/libsilc.def index 1289ade6..d7b97c5a 100644 --- a/win32/libsilc/libsilc.def +++ b/win32/libsilc/libsilc.def @@ -854,4 +854,6 @@ EXPORTS silc_vcard_free @ 872 ; silc_utf8_c2w @ 873 ; silc_utf8_w2c @ 874 ; + silc_packet_engine_free_streams_list @ 875 ; + silc_schedule_set_notify @ 876 ;