updates.
[crypto.git] / CHANGES.RUNTIME
index 9d7a6ffc0b9ccae3bb3db62682fdc41af07c6dcd..f333c3e1189e193da1779520ce3447839ca10538 100644 (file)
@@ -1,3 +1,14 @@
+Sun Dec 16 16:18:04 EET 2007  Pekka Riikonen <priikone@silcnet.org>
+
+       * Added SILC Bit Operations API to lib/silcutil/silcbitops.[ch].
+
+Sat Dec 15 19:59:53 EET 2007  Pekka Riikonen <priikone@silcnet.org>
+
+       * Added SILC Tls API for Thread-local storage in
+         lib/silcutil/silcthread.[ch].  Added all platform specific
+         implementations.  Added SilcTls structure to 
+         lib/silcutil/silcthread_i.h that is now in all threads' Tls.
+
 Thu Dec 13 17:37:21 EET 2007  Pekka Riikonen <priikone@silcnet.org>
 
        * Clear the locked flag before unlocking mutex, not after.