telepathy-glib: NEWS

Simon McVittie smcv at kemper.freedesktop.org
Fri Sep 7 08:47:51 PDT 2012


Module: telepathy-glib
Branch: master
Commit: 400cb44ea5b0175a07f98abe8a5c6c6b777e8aaa
URL:    http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=400cb44ea5b0175a07f98abe8a5c6c6b777e8aaa

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Fri Sep  7 16:47:24 2012 +0100

NEWS

---

 NEWS |   32 ++++++++++++++++++++++++++++++++
 1 files changed, 32 insertions(+), 0 deletions(-)

diff --git a/NEWS b/NEWS
index 18f6b2e..b3aed46 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)
 ==================================
 



More information about the telepathy-commits mailing list