summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS75
1 files changed, 63 insertions, 12 deletions
diff --git a/NEWS b/NEWS
index 89ace5d6f..803d2a354 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-telepathy-glib 0.20.5 (UNRELEASED)
+telepathy-glib 0.21.3 (UNRELEASED)
==================================
Fixes:
@@ -6,13 +6,29 @@ Fixes:
• Don't crash if the AccountManager returns an incorrect type for the
Avatar (fd.o #69849, Simon)
-• Make TpHeap work correctly with GComparator functions that return
- values outside {-1, 0, 1} (fd.o #68932, Debarshi Ray)
-
-telepathy-glib 0.20.4 (2013-07-24)
+telepathy-glib 0.21.2 (2013-09-24)
==================================
-The “air-conditioned” release.
+The “always another thing” release.
+
+Enhancements:
+
+• Writing avatars into cache now uses asynchronous I/O. (fd.o #63402;
+ Luca Versari, Chandni Verma, Simon McVittie)
+
+• telepathy-spec 0.27.2
+ · add SelfID, SelfContactChanged
+
+• tp_dbus_properties_mixin_dup_all() is now public (fd.o #69283, Simon)
+
+• TpBaseProtocol now lists Presence.Statuses as an immutable
+ property. (fd.o #69520, Guillaume)
+
+• TpBaseConnection: Implement SelfID and SelfContactChanged as defined in
+ spec 0.27.2. (Xavier)
+
+• The inspect-cm example now inspects all CMs if run without arguments
+ (fd.o #68390, Simon)
Fixes:
@@ -21,10 +37,19 @@ 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)
+• Fix documentation for tp_connection_get_self_handle (Emilio)
+
+• Make TpHeap work correctly with GComparator functions that return
+ values outside {-1, 0, 1} (fd.o #68932, Debarshi Ray)
+
+• Examples have been updated to use more recent API (Simon)
+
+• Better debug-logging (fd.o #68390, Simon)
+
+telepathy-glib 0.21.1 (2013-06-20)
==================================
-The “singular-plural agreement” release.
+The “imperative tense” release.
Fixes:
@@ -45,16 +70,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)
@@ -63,10 +102,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)
==================================