updates.
authorPekka Riikonen <priikone@silcnet.org>
Sun, 24 Jun 2007 14:14:14 +0000 (14:14 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Sun, 24 Jun 2007 14:14:14 +0000 (14:14 +0000)
CHANGES
lib/doc/porting.html
win32/libsilc/libsilc.def

diff --git a/CHANGES b/CHANGES
index 4736eab993f363ea715906b994e8492bbd5ff91f..281213687c51778e08d58b20fe3cc0fc023329f5 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,8 +1,20 @@
+Sun Jun 24 16:33:59 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
+
+       * 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 <coffee@silcnet.org>
 
        * Fix configure output for with-plugin.  Affected file is
          apps/irssi/configure.ad
 
+Tue Jun 19 17:05:48 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
+
+       * 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 <priikone@silcnet.org>
 
        * Use SILC_VERIFY to assert that silc_rwlock_wrlock can be
index 630b3ed25b9c158df860e55d9a258e529f53bc39..bb7e68a56a3b4f886d6e62e9f6d7fa255538e558 100644 (file)
@@ -47,7 +47,7 @@ but with Toolkit 1.1 it should be relatively straightforward.
 
 <h4>SilcClientOperations structure</h4>
 
-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
index 1289ade6bf4c717fdfbc1fb0e80e7675c153d5a8..d7b97c5ab349638ce11f9bafc196260a0b4a1b8b 100644 (file)
@@ -854,4 +854,6 @@ EXPORTS
        silc_vcard_free @ 872 ;\r
        silc_utf8_c2w @ 873 ;\r
        silc_utf8_w2c @ 874 ;\r
+       silc_packet_engine_free_streams_list @ 875 ;\r
+       silc_schedule_set_notify @ 876 ;\r
 \r