diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2008-11-06 18:29:35 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2008-11-06 18:29:35 +0000 |
commit | a786cf24c5228fe1e675f484db066bfd82f297bf (patch) | |
tree | ca17a343dd39a12354e69d20f1368eb987002bee | |
parent | 0a5fffafd0f5febdbca79ca92f56cfd40edf8746 (diff) |
Update 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) ================================== |