version 0.5.2 (October 7, 2006): * Fixed a crash when passing an idle start time of 0 to galago_presence_set_idle(). (Bug #64) * Fixed a problem where the _core pointer wasn't being set to NULL after a call to galago_uninit(). * Fixed some invalid return values from galago_presence_compare() when one of the parameters was NULL or when one account was idle and the other was not. * Fix galago_person_get_priority_account() to always return the correct priority account. It had a check backwards. * We only set up matches for the D-BUS signals we really care about. This prevents us from waking up unnecessarily, which is important on embedded devices. Patch by Ross Burton. * Fixed the signal registration for person-added/person-removed signals. Patch by Raphaƫl Slinckx. * Added the following asynchronous query functions: - galago_account_get_avatar_async - galago_account_get_presence_async - galago_get_service_async - galago_service_get_account_async