summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2008-11-06 18:29:35 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2008-11-06 18:29:35 +0000
commita786cf24c5228fe1e675f484db066bfd82f297bf (patch)
treeca17a343dd39a12354e69d20f1368eb987002bee
parent0a5fffafd0f5febdbca79ca92f56cfd40edf8746 (diff)
Update NEWS
-rw-r--r--NEWS15
1 files changed, 15 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 661567c08..a54854b95 100644
--- a/NEWS
+++ b/NEWS
@@ -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)
==================================