X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=CHANGES.RUNTIME;h=400f6eb34de6874246ab97ecba4ea932932c945e;hb=5e00e06129a497cfb8b82e6756cf0800e7c57bb2;hp=b7b5e2f4796cd51689407d7112f8bcafe95bae5e;hpb=8174e79f59a93437b0fe02378889e27df7bfc299;p=runtime.git diff --git a/CHANGES.RUNTIME b/CHANGES.RUNTIME index b7b5e2f4..400f6eb3 100644 --- a/CHANGES.RUNTIME +++ b/CHANGES.RUNTIME @@ -1,3 +1,28 @@ +Sun Jan 13 17:11:26 EET 2008 Pekka Riikonen + + * Added silc_buffer_memcmp and silc_buffer_tail. Fixed SilcBuffer + reallocation when reducing the buffer size. Affected file is + lib/silcutil/silcbuffer.h. + + * Added SILC_STR_REPLACE. Removed SILC_STR_STRING_APPEND. + Fixed various SILC_STR_REGEX bugs. Affected files are + lib/silcutil/silcbuffmt.[ch] and silctypes.h. + + * Added silc_subst. Regex matching and substitution with the + familiar Sed syntax. Affected files are + lib/silcutil/silcregex.[ch] and lib/silcutil/silcerrno.[ch]. + +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