diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-05-25 16:02:38 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-05-25 16:02:38 +0100 |
commit | d13b2b043f5d3fd3f7ab6804dff27a592b5ce546 (patch) | |
tree | acc9f042443ad876127b54812c3349e744496440 | |
parent | ffa1154dddfdb8a1b52cab61fa8b93079ba28da7 (diff) |
Update NEWS
-rw-r--r-- | NEWS | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -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) ================================== |