X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=CHANGES;h=fa5914133b070f8168383a35cf68668cfc1d5352;hb=58a9bac60c2673cee2a69000bc4239de8ea941f4;hp=a456045e9167c7327c7457ca1633666d5bb5e467;hpb=e0c2cac90822151dab7aefd9412b163b532552d6;p=silc.git diff --git a/CHANGES b/CHANGES index a456045e..fa591413 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,14 @@ +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.