summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2014-01-28 13:30:51 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2014-01-28 13:30:51 +0000
commit6649f07748ebbe9023dde13328e5a9e7dc4abd7c (patch)
tree2561199723db769a110b0930d68b509b7e482c59
parent3ba76d05699f6c20ff741c14fe95c1fd3f9a7fd1 (diff)
downloadtelepathy-glib-6649f07748ebbe9023dde13328e5a9e7dc4abd7c.tar.gz
NEWS
-rw-r--r--NEWS39
1 files changed, 39 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ff4c5fafc..b54af7d0c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,42 @@
+telepathy-glib 0.23.1 (UNRELEASED)
+==================================
+
+Dependencies:
+
+• GLib 2.36 or later is required
+
+Deprecations:
+
+• TpPresenceMixin: optional arguments are deprecated, apart from a
+ string named "message". This matches our current D-Bus API.
+
+Enhancements:
+
+• tp_protocol_normalize_contact_async(),
+ tp_protocol_identify_account_async(), and high-level API for
+ the Protocol Addressing and Presence interfaces (fd.o #71048, Simon)
+
+• More accessors for TpPresenceStatusSpec, which is now a boxed type
+ (fd.o #71048, Simon)
+
+• Better debug output (fd.o #68390, #71048; Simon)
+
+Fixes:
+
+• In the examples, specifically ask for "TelepathyGlib-0.12" (this API
+ version), not Telepathy 1.0 (fd.o #49737, Simon)
+
+• Improve tests' isolation from the real session bus (Xavier)
+
+• Fix a critical warning for each new connection under GLib 2.39 (Xavier)
+
+• Fix some possible crashes in file transfer channels, particularly
+ under GLib 2.39 (fd.o #72319, Xavier)
+
+• Correct tp_account_request_set_avatar documentation (Xavier)
+
+• Fix a TpConnection reference-leak in TpBaseClient (Guillaume)
+
telepathy-glib 0.23.0 (2013-10-28)
==================================