X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=CHANGES.RUNTIME;h=ff6ebd8a0e261608dbbab00d7fd9985667b60426;hb=a85b69a00898360e6237607a90a263570ad4b3ba;hp=119de24d2a52f5583cb084df051196f0f93b8b66;hpb=c6bb9e5e82ae3a2d667e826b9bd979cbe72e1493;p=crypto.git diff --git a/CHANGES.RUNTIME b/CHANGES.RUNTIME index 119de24d..ff6ebd8a 100644 --- a/CHANGES.RUNTIME +++ b/CHANGES.RUNTIME @@ -1,3 +1,32 @@ +Tue Dec 25 18:44:27 EET 2007 Pekka Riikonen + + * silc_stack_alloc now automatically aligns the requested + stack size. Affected files are lib/silcutil/silcstack.[ch]. + +Tue Dec 25 13:53:07 EET 2007 Pekka Riikonen + + * Added silc_getopt to lib/silcutil/silcgetopt.[ch]. + +Sat Dec 22 19:55:28 EET 2007 Pekka Riikonen + + * Added SILC errno API to lib/silcutil/silcerrno.[ch]. Added + SilcResult, generic error code and return value type. Added + global silc_errno that returns last error in that thread. + + * Deprecated SilcSocketStreamStatus, SilcResult replaces it. + Backwards support remains. Affected files are + lib/silcutil/silcsocketstream.[ch]. + + * Deprecated SilcNetStatus, SilcResult replaces it. Backwards + support remains. Affected files are lib/silcutil/silcnet.[ch]. + + * Added errno setting to almost all Runtime Tooolkit routines + in error conditions. + +Sun Dec 16 16:18:04 EET 2007 Pekka Riikonen + + * Added SILC Bit Operations API to lib/silcutil/silcbitops.[ch]. + Sat Dec 15 19:59:53 EET 2007 Pekka Riikonen * Added SILC Tls API for Thread-local storage in