X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=CHANGES;h=5ab197924c3c86d9491e6ef5c61beb19d14663ec;hb=7910ce2a5c55211a4ea09a52832c6ed32c0b64fd;hp=b56ca5078ec278b0cb5e93c4014be7168665bd64;hpb=751b3b46d4acc38c2c35366706f5472c05ce3655;p=silc.git diff --git a/CHANGES b/CHANGES index b56ca507..5ab19792 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,22 @@ +Sat Feb 23 20:31:43 EET 2002 Pekka Riikonen + + * Added `prefer_ipv6' argument to the functions + silc_net_gethostbyname[_async]. If it is TRUE it will return + IPv6 address over IPv4. If FALSE IPv4 address is returned + even if IPv6 address was found. Affected files + lib/silcutil/silcnet.[ch]. + + * Added support silc_net_create_connection[_async] to fallback + to IPv4 address if IPv6 address could not be used (like if + it doesn't work on a specific system). Affected file in + lib/silcutil/unix/silcunixnet.c. + +Sat Feb 23 15:20:30 EET 2002 Pekka Riikonen + + * Added silc_schedule_reinit function to do the enlarging + of the max tasks handling capabilities of the scheduler. + Affected files lib/silcutil/silcschedule.[ch]. + Wed Feb 20 20:41:01 EET 2002 Pekka Riikonen * Added automatic extern "C" { ... } for C++ compilers so the