X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=CHANGES;h=fb5fd2e9c352a4ca68140d5c09e36803bbd69783;hb=1e6ae2b9ebe7e8a77b6b2ed5e0ea2e80752b5f73;hp=4620accc5725e2d952da3027b47e2e95db08380f;hpb=ca9122cf91bcf5ff0fe7ef82cc34fb15d61b78f3;p=silc.git diff --git a/CHANGES b/CHANGES index 4620accc..fb5fd2e9 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,21 @@ +Sat Jun 2 00:51:57 EEST 2007 Pekka Riikonen + + * If public key/private key loading fails set the return + pointer to NULL. Affected file is lib/silccrypt/silcpkcs.c. + + * If private key loading fails in silc_load_key_pair free the + loaded public key. Affected file is + lib/silcapputil/silcapputil.c. + + * Fixed key pair loading crash with SILC Plugin if key pair + loading fails. Affected file is + apps/irssi/src/silc/core/silc-core.c. + + * Fixed SILC Client help and script file installation path + to go to prefix/share/silc. Affected files are + apps/irssi/src/scripts/Makefile.am and + apps/irssi/docs/help/Makefile.am.gen. + Thu May 31 16:49:13 EEST 2007 Pekka Riikonen * Fixed UTC offset minutes to be actually minutes. Affected