X-Git-Url: http://git.silcnet.org/gitweb/?p=crypto.git;a=blobdiff_plain;f=CHANGES.RUNTIME;h=9d7a6ffc0b9ccae3bb3db62682fdc41af07c6dcd;hp=ec67f0586edb8a254efcdec34eb320dd03f84f9d;hb=20a4530c0db6d4317d8a9952edd1655e10b83844;hpb=102ee02caecf6b9ca415633032ddf5b62596b2e6 diff --git a/CHANGES.RUNTIME b/CHANGES.RUNTIME index ec67f058..9d7a6ffc 100644 --- a/CHANGES.RUNTIME +++ b/CHANGES.RUNTIME @@ -1,3 +1,13 @@ +Thu Dec 13 17:37:21 EET 2007 Pekka Riikonen + + * Clear the locked flag before unlocking mutex, not after. + Affected files are lib/silcutil/unix/silcunixthread.c and + lib/silcutil/symbian/silcsymbianthread.c. + + * Fixed thread pool locking dealing with thread stopping to + prevent deadlocks and crashes. Affected file is + lib/silcutil/silcthread.c. + Tue Nov 6 17:09:42 EET 2007 Pekka Riikonen * Added '%@' formatting to silc_snprintf and variants. It