Fixed key pair loading crash with SILC Plugin when key pair
[silc.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 4620accc5725e2d952da3027b47e2e95db08380f..fb5fd2e9c352a4ca68140d5c09e36803bbd69783 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,21 @@
+Sat Jun  2 00:51:57 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
+
+       * 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 <priikone@silcnet.org>
 
        * Fixed UTC offset minutes to be actually minutes.  Affected