summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS60
1 files changed, 55 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 5bc482bb7..4e5262074 100644
--- a/NEWS
+++ b/NEWS
@@ -1,23 +1,73 @@
-telepathy-glib 0.22.2 (UNRELEASED)
+telepathy-glib 0.23.1 (UNRELEASED)
==================================
-...
+Dependencies:
-telepathy-glib 0.22.1 (2014-01-29)
-==================================
+• 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:
-The “tiny tyrannosaur” release.
+• 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
(fd.o #72303, 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)
+==================================
+
+We no longer guarantee compatible upgrades within a development (odd) branch,
+see README for details.
+
+Dependencies:
+
+• GLib 2.34 or later is required.
+
+Enhancements:
+
+• Spec 0.27.3
+ · added Conn.I.Sidecars1
+ · added Conn.I.Renaming
+ · added CD.I.Messages1
+
+• TpAccount::avatar-changed signal (fd.o #52938, Guillaume)
+
+• tp_value_array_free: equivalent of g_value_array_free but does not provoke
+ deprecation warnings from GLib (fd.o #69849, Simon)
+
+• tp_account_is_prepared and tp_account_manager_is_prepared are now deprecated
+ (Guillaume)
+
+Fixes:
+
+• tp_contact_set_attributes: don't warn on genuinely absent interfaces
+ (fd.o #68149, Simon)
+
• channel-group: don't crash if no message has been provided (Guillaume)
telepathy-glib 0.22.0 (2013-10-02)