diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-09-10 14:57:37 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-09-10 14:57:37 +0100 |
commit | dd859a06529317727c586a4b235a3ef1ac466872 (patch) | |
tree | da488e676ac4f33d7eef07f5aca585bae912b9e6 | |
parent | 5148cf60c618ffd3c88fdea809e1adc7d4269154 (diff) | |
download | telepathy-glib-dd859a06529317727c586a4b235a3ef1ac466872.tar.gz |
More NEWS
-rw-r--r-- | NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -3,6 +3,11 @@ telepathy-glib 0.11.15 (UNRELEASED) Enhancements: +• Update to spec 0.19.12 (smcv) + - generate code for SMS interface for Text channels, NotYet error, + Object_Immutable_Properties type and + TP_PROP_CONNECTION_INTERFACE_CELLULAR_OVERRIDE_MESSAGE_SERVICE_CENTRE + • fd.o #28420: add tp_channel_get_requested() etc. (cassidy) • Add basic introspectability for the Connection mixins (treitter) @@ -12,6 +17,10 @@ Fixes: • fd.o #30090: fix parsing TpProtocol information from .manager files (fledermaus, smcv) +• fd.o #25582: fix a memory leak in the old TpPropertiesMixin (smcv) + +• fd.o #29943: make tp_debug_sender_log_handler thread-safe (smcv) + telepathy-glib 0.11.14 (2010-08-25) =================================== |