Fixed USERS command rely rwlock unlocking, which was missing.
[silc.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index a456045e9167c7327c7457ca1633666d5bb5e467..fa5914133b070f8168383a35cf68668cfc1d5352 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,14 @@
+Mon Jun 18 23:47:22 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
+
+       * 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 <priikone@silcnet.org>
 
        * Fixed silc_create_key_pair to check for valid identifier.