X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=CHANGES;h=e41102a9e28fde8f8c6324d4058bd0090a8e2681;hb=186079e7fb070072090a395379f6b5f754604c2a;hp=373cc2e64d0c8a95818b3fb6ca3a47c8c644fc6b;hpb=ab373ca5b15f012a8528b8e4885ae7a89553dedd;p=silc.git diff --git a/CHANGES b/CHANGES index 373cc2e6..e41102a9 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,21 @@ +Sun May 6 13:59:48 EEST 2001 Pekka Riikonen + + * Added new SilcIDIP structure into the lib/silccore/id.h and + replaced the old `ip' fields from all SILC ID's to that type. + This is a step towards IPv6 support. + + The silc_id_get_len takes now the ID as an extra argument. + Added new function silc_id_compare into lib/silccore/id.[ch]. + The silc_id_id2str, silc_id_str2id and silc_id_dup now supports + both IPv4 and IPv6 based ID's. + + The affected files are lib/silccore/id.[ch] and other files + around the tree using these routines. + + * Removed the ID length arguments in server from various + silc_server_send_notify_* routines -> they are not needed + anymore. + Sat May 5 13:56:33 EEST 2001 Pekka Riikonen * Fixed memory leak in silc_encode_pem_file in the file