summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-05-25 16:02:38 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-05-25 16:02:38 +0100
commitd13b2b043f5d3fd3f7ab6804dff27a592b5ce546 (patch)
treeacc9f042443ad876127b54812c3349e744496440
parentffa1154dddfdb8a1b52cab61fa8b93079ba28da7 (diff)
Update NEWS
-rw-r--r--NEWS18
1 files changed, 18 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 046ab37e..5f92bcfe 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,22 @@ Requirements:
Enhancements:
+* Updated to telepathy-spec 0.19.6:
+ * ChangingPresence property on the Account interface
+ * SupportedLocationFeatures property on the Location interface
+ * HandleWithTime method on ChannelDispatchOperation
+ * MultipleTones method, SendingTones and StoppedTones signals, and
+ CurrentlySendingTones and InitialTones properties on the DTMF interface
+
+* TpAccount:changing-presence and tp_account_get_changing_presence, a binding
+ for the new ChangingPresence property (smcv)
+
+* fd.o #27872: enhance TpBaseClient to support being a Handler (cassidy)
+
+* fd.o #27873: TpSimpleHandler, a simple TpBaseClient subclass for
+ projects that don't need their own subclass, and an example Approver that
+ uses it (cassidy)
+
* fd.o #20035: add TP_CONTACT_FEATURE_AVATAR_DATA, the ability to cache and
access avatar data (Zdra)
@@ -30,6 +46,8 @@ Fixes:
* Move _tp_proxy_set_features_failed (which isn't intended to be API, and
isn't ABI) to an internal header (smcv)
+* Fix the namespace version for GObject-Introspection (smcv)
+
telepathy-glib 0.11.5 (2010-05-10)
==================================