commit ad10dc073b3684e02f5fa14449463c1122bd4cb2
Author: Pekka Riikonen <priikone@silcnet.org>
Date:   Sun Aug 31 10:58:11 2008 +0300

    Handle failed memory allocations in packet sending

commit 127c91c66005ddf9585458914e4caaf56758b490
Author: Pekka Riikonen <priikone@silcnet.org>
Date:   Sun Aug 31 09:58:49 2008 +0300

    silc_stack_free can now be called with NULL stack

commit 103986117eb70b715d462b4d520a1f0912b8f90f
Author: Pekka Riikonen <priikone@silcnet.org>
Date:   Sat Aug 30 15:08:03 2008 +0300

    Handle EAGAIN and EINTR correctly in silc_get_input in case of error

commit ca4ecaceb517b395f7ca7f74c9333a18e5d39f40
Author: Pekka Riikonen <priikone@silcnet.org>
Date:   Sat Aug 30 14:15:49 2008 +0300

    Mark client entry invalid when killed and when notified non-existing

commit 136127fe86ff65414e1053c2f23b2126fb91b204
Author: Pekka Riikonen <priikone@silcnet.org>
Date:   Sat Aug 30 14:14:45 2008 +0300

    Fixed command calling crash
    
    If command finishes synchronously the command context is not valid
    anymore and cannot be accessed.  Reported by Sami Farin.

commit 9263a12746fef57cf369e6830431e85d730c8701
Author: Pekka Riikonen <priikone@silcnet.org>
Date:   Sat Aug 30 14:12:33 2008 +0300

    Changed packet_error structure const correctly

commit 68778effadb54cc42d8da50a30b97e12738415bd
Author: Pekka Riikonen <priikone@silcnet.org>
Date:   Sat Aug 30 14:12:00 2008 +0300

    Fixed resuming to work even when there are no joined channels

commit 200cf7d05f4f9d46ce0ec08b906f988fd19747ee
Author: Pekka Riikonen <priikone@silcnet.org>
Date:   Sat Aug 30 14:10:45 2008 +0300

    Fixed channel private key deleting to restore original keys correctly

commit 434015aa9a1ffc492116af219eba09e36188cbf9
Author: Pekka Riikonen <priikone@silcnet.org>
Date:   Sat Aug 30 10:50:24 2008 +0300

    Resolve channel in INVITE notify if we don't have it yet
    
    Fixes bug that user cannot se INVITE notifications sent by other users.

commit 4d26d9f598384d7cd49c6238ea4a81b9f4e6f212
Author: Pekka Riikonen <priikone@silcnet.org>
Date:   Sun Jun 22 17:42:40 2008 +0300

    Remove client from expired client list before deleting it
