Return correct command type in SILCOPER in case of error.
[silc.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 745717d0f7c284d232ae44cae8c4b9055d4c7747..43cdbb60bd8e43161d1368a351f25eba89915802 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+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).
+
 Wed Mar  7 18:38:18 CET 2007  Jochen Eisinger <coffee@silcnet.org>
 
        * Fixed a core-dump when joining unknown channels.  Affected
@@ -20,6 +25,14 @@ Mon Mar  5 23:27:32 CET 2007  Jochen Eisinger <coffee@silcnet.org>
        * Update patch to makefile from trunk so parallel make will link
          the silc-client correctly.  Affected file lib/Makefile.ad
 
+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