From: Pekka Riikonen Date: Thu, 10 May 2007 15:28:49 +0000 (+0000) Subject: updates. X-Git-Tag: silc.toolkit.1.1.beta2 X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=commitdiff_plain;h=90407f69320af10cba1129865298a41461392ec6 updates. --- diff --git a/CHANGES b/CHANGES index 72fa5505..17a47e65 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,16 @@ +Thu May 10 18:21:10 EEST 2007 Pekka Riikonen + + * Fixed silc_net_tcp_connect crash on Unix and Win32. Handle + the socket async operation correctly. Changed that DNS lookup + is now done during connecting. Affected files are + lib/silcutil/[unix|win32]/silc[unix|win32]net.c. + + * Changed also silc_net_tcp_connect on Symbian to do DNS lookup. + Affected file is lib/silcutil/symbian/silcsymbiannet.c. + + * Optimize silc_net_gethostbyname to check if the name is already + IP address. Affected file is lib/silcutil/silcnet.c. + Wed May 9 19:51:28 EEST 2007 Pekka Riikonen * Print filename instead of empty function name in debug output