X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=CHANGES;h=b24c28ee9fdcac931f0d1a9a61534e976e957d35;hb=8d907f673ec91ba01c525e26271dfd82b6416bde;hp=ca772558efd59cbb6d833435c27213bddd5af0d5;hpb=8e6aad81b11f9a6a22b957fd15b960544837635e;p=silc.git diff --git a/CHANGES b/CHANGES index ca772558..b24c28ee 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,14 @@ +Sun Jun 24 12:19:52 EEST 2001 Pekka Riikonen + + * Moved the lib/silccore/silcsockconn.[ch] to the utility + library as they clearly belong there. As a plus side we + can make the actual socket connection routines platform + specific. + + Added also new generic function silc_socket_read and + silc_socket_write (that used to be silc_packet_[read/write]. + The implementation of these are platform specific. + Sat Jun 23 16:01:00 EEST 2001 Pekka Riikonen * Added preliminary support for native WIN32 compilation under