X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=CHANGES;h=014ded546a64a203c7901dae1aa1786c4bed898e;hb=a818c5b5411bbc4436d1c5f011236985c96bb787;hp=b56ca5078ec278b0cb5e93c4014be7168665bd64;hpb=09bae6acdf9a519c6d9b4e7535e7f7e56b6c24c1;p=silc.git diff --git a/CHANGES b/CHANGES index b56ca507..014ded54 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,29 @@ +Sun Feb 24 12:53:25 EET 2002 Pekka Riikonen + + * Changed all integer type names: + [u]int[8/16/32/64] -> Silc[UInt/Int][8/16/32/64]. This is + to avoid collisions with other libraries using same type names + as we did. + +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