Ported SILC Net API (TCP & UDP), SILC Socket Stream API,
[crypto.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index fec5bc8df8aaaf0772b5b9067e3eda4f18566e7b..93de8a54598ec54353b580e9c8eac3d36ee93d25 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,28 @@
+Tue May  1 14:17:06 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
+
+       * Ported SILC Socket Stream API, SILC Net API, SILC Schedule API,
+         and other smaller APIs to WIN32.  Affected files are in
+         lib/silcutil/win32/.
+
+       * Changed the various regex APIs as generic code in util library.
+         Affected files are lib/silcutil/silcstrutil.[ch].
+
+Sat Apr 28 13:47:47 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
+
+       * Ported SILC Server to the new Toolkit API, working towards
+         SILC Server 1.1.  Affected files are in apps/silcd/.
+
+       * Added silc_skr_del_public_key, silc_skr_[ref|unref]_public_key
+         to lib/silcskr/silcskr.[ch].
+
+       * Fixed SILC public key copying to copy the identifier also.
+         Affected file is lib/silccrypt/silcpk.c.
+
+       * Added silc_packet_error_string to lib/silccore/silcpacket.[ch].
+
+       * Fixed OPER and SILCOPER passphrase asking in Client library.
+         Affected file is lib/silcclient/command.c.
+
 Tue Apr 24 17:55:24 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
 
        * Fixed command queue enabling after connecting to server.