updates.
[silc.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 6e12aef3668047ba984ac43a9b13bb71fa7788f3..133015d22556b88d77499867b9ae11ea6472c509 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,16 @@ Fri May 17 08:33:41 CEST 2002 Pekka Riikonen <priikone@silcnet.org>
        * Fixed watcher list checking during server signoff.  It
          crashed the server.  Affected file silcd/server_util.c.
 
+       * The JOIN command reply returns now the founder's public
+         key.  Affected file is silcd/command.c.
+
+       * Announce the channel mode, and the mode properties with
+         CMODE_CHANGE notify.  Affected file silcd/server.c.
+
+       * Mark new channels by default disabled, untill at least
+         one user joins the channel.  Affected file is
+         silcd/packet_receive.c.
+
 Thu May 16 13:05:13 CEST 2002 Pekka Riikonen <priikone@silcnet.org>
 
        * The nickname argument to watch notify can be optional.