updates.
authorPekka Riikonen <priikone@silcnet.org>
Fri, 30 Mar 2001 10:39:27 +0000 (10:39 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Fri, 30 Mar 2001 10:39:27 +0000 (10:39 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 83f0304c1ec084bc059f902404df0d23628097ea..59a535f5fa29f85ba8b8479fce0d8a1976db8617 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,13 @@ Thu Mar 29 19:10:28 EEST 2001  Pekka Riikonen <priikone@poseidon.pspt.fi>
        * Added SILC_MESSAGE_FLAG_REQUEST message flag as generic request
          flag.  It can be used to send message requests.
 
+       * Fixed the WHOIS and IDENTIFY send reply function to really
+         check whether to send list or just one entry.  Affected file
+         silcd/command.c.
+
+       * Cleaned up the LEAVE command's channel key distribution.  The
+         affected file silcd/command.c.
+
 Thu Mar 29 12:26:25 EEST 2001  Pekka Riikonen <priikone@poseidon.pspt.fi>
 
        * Implemented the RESTART command in the client.