summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS47
1 files changed, 33 insertions, 14 deletions
diff --git a/NEWS b/NEWS
index 37105d308..bfad03241 100644
--- a/NEWS
+++ b/NEWS
@@ -1,13 +1,6 @@
-telepathy-glib 0.20.5 (UNRELEASED)
+telepathy-glib 0.21.2 (UNRELEASED)
==================================
-…
-
-telepathy-glib 0.20.4 (2013-07-24)
-==================================
-
-The “air-conditioned” release.
-
Fixes:
• Don't crash if GetContactInfo() fails (fd.o #46430, Guillaume)
@@ -15,10 +8,10 @@ Fixes:
• Fix a race condition that could result in telepathy-haze protocol support
not being detected (fd.o #67183, Simon)
-telepathy-glib 0.20.3 (2013-06-20)
+telepathy-glib 0.21.1 (2013-06-20)
==================================
-The “singular-plural agreement” release.
+The “imperative tense” release.
Fixes:
@@ -39,16 +32,30 @@ Fixes:
with no CertificateChainData, just invalidate the channel
(fd.o #61616, Guillaume)
-• Adjust regression tests so we can distcheck under Automake 1.13
- (fd.o #65517, Simon)
+• Adjust regression tests so we can distcheck under Automake 1.13,
+ and various other build-system updates (fd.o #65517, Simon)
-telepathy-glib 0.20.2 (2013-04-03)
+telepathy-glib 0.21.0 (2013-04-03)
==================================
-The "nominally prohibits such interchange" release.
+The "if only it was JS code" release.
+
+This starts a new development branch.
+
+Enhancements:
+
+• Code-generation now copes with ${PYTHON} being set to Python 3
+ (e.g. "./configure PYTHON=python3" on Debian); Python 2 remains
+ fully supported (fd.o #56758, Simon)
+
+• Add uri-schemes property on TpAccount, with notify::uri-schemes
+ emitted if using a recent AcountManager like Mission Control 5.15 or
+ later (Guillaume)
Fixes:
+• Remove the pkg-config dependency from .pc files (Will)
+
• In TpSimpleClientFactory, don't crash when ensuring a contact for an
obsolete connection manager without "immortal handles" fails
(Maksim Melnikau)
@@ -57,10 +64,22 @@ Fixes:
tp_capabilities_get_channel_classes, tp_asv_get_bytes and
tp_client_channel_factory_dup_channel_features (fd.o #58851, Philip Withnall)
+• Don't emit the NewChannels signal twice for the obsolete ContactList GROUP
+ channels (fd.o #52011, Simon)
+
• Fix builds with Automake 1.13 (fd.o #59604, Nuno Araujo)
• Fix unit tests when running with glib >=2.36 (fd.o #63069, Xavier)
+• Fix refcycle preventing TpConnection objects to be freed. This theoretically
+ introduce a behaviour change of tp_connection_get_self_contact() that now
+ returns NULL when the connection as been invalidated. (fd.o #63027, Xavier)
+
+Deprecations:
+
+• tp_g_key_file_get_int64, tp_g_key_file_get_uint64 (use the corresponding
+ functions from GLib ≥ 2.26)
+
telepathy-glib 0.20.1 (2012-11-09)
==================================