updates
[crypto.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index cfce68d85784ab3a52e1e6142024c4a51f84506d..5f7ed21c8119e357e4b95934586aa8ac7afed30d 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,13 @@ Fri Apr 19 09:02:20 CEST 2002  Pekka Riikonen <priikone@silcnet.org>
           client for now.  Protocol TODO #20.  Affected files are
           lib/silccore/silcstatus.h, lib/silccore/silccommand.h.
 
+       * Added SilcStatus argument to `command' client operation
+         to return the error status when command sending fails
+         locally.  Changed all command in client library to return
+         correct command status.  Affected files are
+         lib/silcclient/command.c, lib/silcclient/silcclient.h and
+         irssi/src/silc/core/client_ops.c.
+
 Thu Apr 18 14:09:51 CEST 2002  Pekka Riikonen <priikone@silcnet.org>
 
        * Added silc_mime_parse function to parse MIME headers.