updates.
[silc.git] / CHANGES.RUNTIME
1 Mon Jul  2 21:07:34 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
2
3         * Removed unaligned memory allocation from SilcStack.  Moved
4           silc_stack_malloc and silc_stack_realloc to public API from
5           private API.  Added silc_stack_[set|get]_alignment that is
6           used to get/set memory alignment with SilcStack.  Affected
7           files are lib/silcutil/silcstack.[ch], silcstack_i.h.
8
9         * Added silc_sfree to lib/silcutil/silcmemory.[ch].
10
11         * Removed silc_smalloc_ua and silc_srealloc_ua.  Affected files
12           are lib/silcutil/silcmemory.[ch].
13
14 Mon Jul  2 17:13:51 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
15
16         * Added SILC Thread Pool API to lib/silcutil/silcthread.[ch],
17           and test program in lib/silcutil/tests/test_silcthread.c.
18
19 -----------------------------------------------------------------------------
20
21 For older changes please see the CHANGES file from the CVS tree.