X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=CHANGES.RUNTIME;h=e916899844116e371b79547e70b01106981df8d8;hp=9ce124dd32587e722365e66230b108b3f5b97a81;hb=2ce87b35c8d2512a67ba6d1159fd5ecafeb67b6f;hpb=f7e22d7feb85bcee3738c52c7649d4077441c3f6 diff --git a/CHANGES.RUNTIME b/CHANGES.RUNTIME index 9ce124dd..e9168998 100644 --- a/CHANGES.RUNTIME +++ b/CHANGES.RUNTIME @@ -1,3 +1,29 @@ +Tue Jan 15 19:44:36 EET 2008 Pekka Riikonen + + * Added SILC Dir API to lib/silcutil/silcdir.h. Implemented it + for Unix (POSIX). Affected files are lib/silcutil/silcdir.h, + lib/silcutil/unix/silcunixdir.c. + +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.