summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-10-02 16:44:31 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-10-02 16:44:31 +0100
commit7b6e496317a332b81fb079256f7995cf082b5c57 (patch)
tree9f2b76ea8cc63c6c6ae63cb951a5f4c2b68bd9bf /NEWS
parente7b9ae33a0075541aa2f2376c2254ea0282920d7 (diff)
parent96cfbd0e8401ab06b729cfa5b092d5939899dc6b (diff)
downloadtelepathy-glib-7b6e496317a332b81fb079256f7995cf082b5c57.tar.gz
Merge branch 'telepathy-glib-0.22'
Conflicts: NEWS configure.ac
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS29
1 files changed, 28 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b93d71547..fc97aa6a9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,38 @@
telepathy-glib 0.23.0 (UNRELEASED)
==================================
-Fixes:
+…
+
+telepathy-glib 0.22.0 (2013-10-02)
+==================================
+
+The “don't starve” release.
+
+This is a new stable branch, recommended for use with GNOME 3.10.
+
+Fixes since 0.21.2:
+
+• When an avatar is downloaded, announce the change to the avatar token
+ immediately; if the avatar changes from A to B while we're still doing the
+ asynchronous file saving, don't set A as the new avatar when it has been
+ saved. Regression in 0.21.2. (fd.o #70010, Simon)
• Don't crash if the AccountManager returns an incorrect type for the
Avatar (fd.o #69849, Simon)
+Significant changes since the previous stable branch, 0.20.x:
+
+• tp_connection_get_self_contact() now returns NULL if the contact's
+ connection has been invalidated, in order to break a reference cycle
+
+• Avatars are saved to the cache asynchronously
+
+• TpBaseConnection implements SelfID, SelfContactChanged according to
+ telepathy-spec 0.27.2
+
+• TpAccount:uri-schemes property, with change notification requiring
+ Mission Control 5.15+
+
telepathy-glib 0.21.2 (2013-09-24)
==================================