X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=CHANGES.RUNTIME;h=f6aa92764fb5f535f9b74c7c9e11d2cc3dc19886;hb=8fc3402eeef449d1a0b7dfa10a2f316a181d8a27;hp=46b440d885e5dc74831497fd96938f462f6ab385;hpb=eff4c7d3a6068f5feccd41d423824ff6180f4dc5;p=silc.git diff --git a/CHANGES.RUNTIME b/CHANGES.RUNTIME index 46b440d8..f6aa9276 100644 --- a/CHANGES.RUNTIME +++ b/CHANGES.RUNTIME @@ -1,3 +1,39 @@ +Tue Jan 8 17:08:28 EET 2008 Pekka Riikonen + + * Moved SILC protocol ID specific utility functions to SILC + core library from utility library. Affected files are + lib/silcutil/silcutil.[ch]. + +Tue Jan 8 09:41:57 EET 2008 Pekka Riikonen + + * Fixed printable fingerprint bufferoverlfow, RedHat bug 372021. + Affected file is lib/silcutil/silcutil.c. + +Sat Jan 5 20:19:28 EET 2008 Pekka Riikonen + + * Added SILC_STR_DELETE buffer format macro. Added support for + deleting data after regex match with SILC_STR_REGEX. Affected + files are lib/silcutil/silcbuffmt.[ch]. + + * Handle regex anychar (.) with bounded repeat correctly. + Affected file is lib/silcutil/silcregex.c. + +Sat Jan 5 18:00:06 EET 2008 Pekka Riikonen + + * Added silc_buffer_equal to lib/silcutil/silcbuffer.h. + + * Added SILC_STR_STRING and SILC_STR_STRING_APPEND buffer format + macros. Affected files are lib/silcutil/silcbuffmt.[ch]. + + * Added support for matching and appending with SILC_STR_REGEX + and SILC_STR_STRING_APPEND. Affected files are + lib/silcutil/silcbuffmt.[ch]. + +Thu Jan 3 18:37:42 EET 2008 Pekka Riikonen + + * Added SilcStack support to silc_regex and silc_regex_buffer + calls. Affected files are lib/silcutil/silcregex.[ch]. + Wed Jan 2 22:39:57 EET 2008 Pekka Riikonen * Added silc_stack_[set|get]_global to set/get global per-thread