diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-03-04 10:20:11 +0100 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-03-07 10:19:14 +0100 |
commit | 22298c01e7644dcce117632daa9dbb183719e4a2 (patch) | |
tree | 4ca26e50be958e8446b36bfd63ed99471f83aedc /NEWS | |
parent | 3b8f40852a7bb81e388f5ef4987a3945f3f47e95 (diff) |
prepare 0.13.16
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -3,11 +3,31 @@ telepathy-glib 0.13.16 (UNRELEASED) Enhancements: +• Update to spec 0.21.11 (Guillaume) + · TP_PROP_CLIENT_OBSERVER_DELAY_APPROVERS + • Two new functions, tp_connection_get_connection_manager_name() and tp_connection_get_protocol_name(), allow you to grab these properties from a TpConnection without having to drive tp_connection_parse_object_path() yourself. (sjokkis) +• GBinding utilities for connection-status on TpAccount and TpConnection: + tp_connection_bind_connection_status_to_property() and + tp_account_bind_connection_status_to_property(). (Danielle) + +• TpTextChannel now has a "message-types" property and accessor. + It also gained tp_text_channel_supports_message_type() a convenient function + to check if a specific message type is supported. (Guillaume) + +• TpContactSearch: only close channels if there was an error (Emilio) + +• TpBaseClient gained tp_base_client_set_observer_delay_approvers() which can + be used to indicate that an Observer has to block Approvers. + +Fixes: + +• Various crashes fixed in TpBaseContactList. (Marco) + telepathy-glib 0.13.15 (2011-02-24) =================================== |