summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-09-07 16:47:24 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-09-07 16:47:24 +0100
commit400cb44ea5b0175a07f98abe8a5c6c6b777e8aaa (patch)
tree966ca8c49bfea7188c04b3221447c45115c587f2 /NEWS
parent18f9679ecf30474e772ce2db852398b6e20dc18f (diff)
downloadtelepathy-glib-400cb44ea5b0175a07f98abe8a5c6c6b777e8aaa.tar.gz
NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS32
1 files changed, 32 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 18f6b2ebb..b3aed4696 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,35 @@
+telepathy-glib 0.19.9 (UNRELEASED)
+==================================
+
+Deprecations:
+
+• Various functions whose names include _borrow_, such as
+ tp_proxy_borrow_interface_by_id() and
+ tp_channel_borrow_immutable_properties(),
+ are deprecated. Use the corresponding function with _get_ or _dup_ in its
+ name, such as tp_proxy_get_interface_by_id() or
+ tp_channel_dup_immutable_properties(), instead. (Xavier)
+
+• Various functions returning a (transfer container) list, such as
+ tp_text_channel_get_pending_messages(), are deprecated. Use the
+ corresponding function with _dup_ in its name, such as
+ tp_text_channel_dup_pending_messages(), instead. (Xavier)
+
+Enhancements:
+
+• Some functions from util.h, such as tp_utf8_make_valid(),
+ tp_escape_as_identifier() and user-action-time functions are now
+ available via gobject-introspection (fd.o #54543, Simon)
+
+Fixes:
+
+• Get the remote contact from a MediaDescription correctly (fd.o #54425,
+ Sjoerd)
+
+• Fix an incorrect error on UpdateLocalMediaDescription (Sjoerd)
+
+• Fix use of an unterminated string in the tls-certificates test (Sjoerd)
+
telepathy-glib 0.19.8 (2012-08-31)
==================================