[next] telepathy-glib: NEWS

Simon McVittie smcv at kemper.freedesktop.org
Mon Apr 30 11:57:32 PDT 2012


Module: telepathy-glib
Branch: next
Commit: df950691ff246bf556a1ee5ff59fdaac0f191437
URL:    http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=df950691ff246bf556a1ee5ff59fdaac0f191437

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Mon Apr 30 19:40:11 2012 +0100

NEWS

---

 NEWS |   46 +++++++++++++++++++++++++++++++++++++++++-----
 1 files changed, 41 insertions(+), 5 deletions(-)

diff --git a/NEWS b/NEWS
index f16b185..c1ae1ab 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,20 @@
 telepathy-glib 0.19.0 (UNRELEASED)
 ==================================
 
+Dependencies:
+
+• GLib ≥ 2.32, as released with GNOME 3.4, is now required.
+
+Deprecations:
+
+• All TpChannel APIs using contact TpHandle have been deprecated in favor of
+  their TpContact variants. Note that replacement APIs are only guaranteed to
+  work with Connection Managers implementing spec >= 0.23.4. Any CMs using
+  telepathy-glib's TpGroupMixin for implementing the channel's group iface
+  are fine.
+
+• TpTextMixin is (officially) deprecated, use TpMessageMixin.
+
 Enhancements:
 
 • Replace --disable-coding-style-checks and --disable-doc-checks with
@@ -11,11 +25,26 @@ Enhancements:
   --enable-fatal-warnings to force all of these on, even in official
   releases. (Simon)
 
-• All TpChannel APIs using contact TpHandle have been deprecated in favor of
-  their TpContact variants. Note that replacement APIs are only guaranteed to
-  work with Connection Managers implementing spec >= 0.23.4. Any CMs using
-  telepathy-glib's TpGroupMixin for implementing the channel's group iface
-  are fine.
+• Add TpRoomList and TpRoomInfo (fd.o #30338, Guillaume)
+
+• Add TpDebugClient (fd.o #23344; Will, Guillaume)
+
+• Add tp_account_channel_request_new_text(),
+  tp_account_channel_request_new_audio_call(),
+  tp_account_channel_request_set_target_contact() etc., which do not require
+  the caller to know D-Bus property names (fd.o #48780, Simon)
+
+• Add tp_connection_dup_detailed_error_vardict(),
+  tp_base_connection_disconnect_with_dbus_error_vardict(),
+  tp_connection_manager_param_dup_default_variant() which use/return GVariants
+  instead of dbus-glib parameterized types (Simon)
+
+• Add a simple PyGtk3 dialler to the examples, and optionally install
+  the Python examples as well as the C ones (fd.o #48504, Simon)
+
+• Add tp_contact_get_account() (Xavier)
+
+• Improve documentation (Jonny, Simon, Xavier)
 
 Fixes:
 
@@ -30,6 +59,13 @@ Fixes:
 
 • Make several methods returning a GStrv introspectable (fd.o #46471, Simon)
 
+• Retry preparation of features that depended on a missing connection
+  interface after the connection connects, in the hope that the interface has
+  now become available (fd.o #42981, Guillaume)
+
+• Interpret capabilities more strictly, avoiding falsely saying we support
+  channel requests with fixed properties we don't understand (Xavier)
+
 telepathy-glib 0.18.1 (2012-04-20)
 ==================================
 



More information about the telepathy-commits mailing list