diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -5,8 +5,23 @@ Dependencies: Enhancements: +* TpContact now has a fast path using the Contacts interface to reduce + D-Bus round-trips, if supported + +* tp_connection_get_contact_attributes integrates the Contacts interface + with TpConnection's handle reference tracking at a lower level + +* TpChannel now tracks its immutable properties (as provided by + Requests.NewChannels, Requests.CreateChannel and Requests.EnsureChannel), + can be constructed from a dictionary of immutable properties + (tp_channel_new_from_properties), and has a fast path using GetAll to reduce + round trips (if supported); when constructed from a dictionary of immutable + properties, non-Group channels should become 'ready' in a single round-trip + Fixes: +* fd.o #15092: mixins in a superclass should now work correctly in subclasses + telepathy-glib 0.7.18 (2008-11-03) ================================== |