X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=CHANGES;h=014ded546a64a203c7901dae1aa1786c4bed898e;hb=a818c5b5411bbc4436d1c5f011236985c96bb787;hp=b2edc8703f5bd17353c70847e0723309d945666a;hpb=6b773ff581867c2817c53bca0cff3f92d433c69b;p=silc.git diff --git a/CHANGES b/CHANGES index b2edc870..014ded54 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,47 @@ +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 + application does not need to define them. Affected file + includes/silcincludes.h. + + * Renamed lib/silcclient/silcapi.h to silcclient.h as the + old name went against naming convention. Applications now + include "silcclient.h" instead of "clientlibincludes.h". + Removed includes/clientlibincludes.h, it is redundant now. + + * Renamed includes/version.h to silcversion.h. + + * Added really preliminary support for OS/2 into the util + library. Only thread & mutex API is implemented, others + are still to be implemented. Created the lib/silcutil/os2/ + directory. Created also file includes/silcos2.h. + Wed Feb 20 18:48:49 EET 2002 Pekka Riikonen * Added preliminary BeOS support into the util library.