undo last revision, since it does not affect this branch
[silc.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 43cdbb60bd8e43161d1368a351f25eba89915802..42731563e7c72584833b55fc078c2e613004e5f0 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,8 +1,20 @@
+Mon Jun 18 22:21:37 CEST 2007  Jochen Eisinger <coffee@silcnet.org>
+
+       * Fix memory leaks reported by Matt Day.  Affected files are
+         lib/silcclient/command_reply.c, lib/silcclient/client.c
+
+       * Rewrite signed public message handling, adopting the new
+         hilight interface.  Affected file is
+         apps/irssi/src/fe-common/silc/fe-silc-messages.c
+
 Sat Apr 28 21:19:45 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
 
        * Do not check for too new protocol version in during SKE,
          per the documented feature in silcd.conf(5).
 
+        * Return correct command in SILCOPER command in case of error.
+          Affected file apps/silcd/command.c.
+
 Wed Mar  7 18:38:18 CET 2007  Jochen Eisinger <coffee@silcnet.org>
 
        * Fixed a core-dump when joining unknown channels.  Affected
@@ -30,9 +42,6 @@ Mon Dec 11 19:43:37 CET 2006  Pekka Riikonen <priikone@silcnet.org>
         * Check for NULL SKE in rekey error handling.  Affected file
           apps/silcd/protocol.c.
 
-        * Return correct command in SILCOPER command in case of error.
-          Affected file apps/silcd/command.c.
-
 Sun Nov 19 18:58:26 CET 2006  Jochen Eisinger <coffee@silcnet.org>
 
        * Import perl script for sign_messages from silc-plugin.  Affected