X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=CHANGES;h=746ba7cbf162fe0d16e4cf8886516fc5a49a87ab;hb=4d9d43c25aaa28158a95fb20949c4bf02ab6b3a4;hp=a456045e9167c7327c7457ca1633666d5bb5e467;hpb=be954a871b8caad6a2102ee487f9facd30c86fc2;p=silc.git diff --git a/CHANGES b/CHANGES index a456045e..746ba7cb 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,38 @@ +Sun Jun 24 18:47:55 EEST 2007 Pekka Riikonen + + * SILC Toolkit 1.1.1. + + * Compile sources with _GNU_SOURCE on Linux systems. Affected + file is configure.ad. + +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 + called only once per thread on Unix. Affected file is + lib/silcutil/unix/silcunixthread.c. Added same for mutex + as well. Documented same on the API in + lib/silcutil/silcmutex.h. + + * Fixed USERS command reply write-lock unlocking. Affected file + is lib/silcclient/command_reply.c. + Mon Jun 18 08:14:26 EEST 2007 Pekka Riikonen * Fixed silc_create_key_pair to check for valid identifier.