X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=CHANGES;h=0aa26c85315d1de32a62a313ca091983e27a6ce1;hp=25e2a1cd18accaa6b939775e5917dc47edebf085;hb=e17e1b20dc2ddd1d07acc4e025dfbb8841f0a251;hpb=2b4b7f7d53c9cfa3d7dedd3f29c1cb1de6505876 diff --git a/CHANGES b/CHANGES index 25e2a1cd..0aa26c85 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,23 @@ +Tue May 8 18:13:38 EEST 2007 Pekka Riikonen + + * Changed private message waiting API in client library to make + it work better with multiple waiting threads. The waiting is + not always per client entry instead of per connection. Affected + files are lib/silcclient/client_prvmsg.c, client.h and + silcclient.h. + + * Changed silc_packet_wait_init function to accept the the expected + Source ID of the packet as argument. If specified only packets + with the specified types and Source ID are delivered. Affected + files are lib/silccore/silcpacket.[ch]. + + * Fixed file transfer disconnection crash when closing the session + directly in the monitor callback after disconnection. Affected + file is lib/silcclient/client_ftp.c. + + * Make Toolkit compile on WIN32. Affected files in win32/ + and in lib/silcutil/win32/. + Mon May 7 18:18:48 EEST 2007 Pekka Riikonen * Fixed CMODE channel auth public key retrieval. Affected