From: Pekka Riikonen Date: Tue, 17 Jul 2001 14:58:27 +0000 (+0000) Subject: updates. X-Git-Tag: robodoc-323~67 X-Git-Url: http://git.silc.fi/gitweb/?a=commitdiff_plain;h=0054e78175812ad80984edf4bf39a88fb7387132;p=silc.git updates. --- diff --git a/CHANGES b/CHANGES index a7a908a6..4b2e4006 100644 --- a/CHANGES +++ b/CHANGES @@ -7,15 +7,6 @@ Tue Jul 17 16:53:30 EEST 2001 Pekka Riikonen This unfortunately causes incompatibilities with older clients and servers. - * Added WIN32 specific network init and uninit functions: - silc_net_win32_init and silc_net_win32_uninit to init and uninit - the Winsock2. Affected file lib/silcutil/silcnet.h and - lib/silcutil/win32/silcwin32net.c. - - * Set the socket always to nonblocking mode on WIN32 after - reading data or writing data. Affected file is - lib/silcutil/win32/silcwin32sockconn.c. - Mon Jul 16 22:55:26 EEST 2001 Pekka Riikonen * Fixed various compilation problems under WIN32. Affected