summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2011-06-24 19:55:03 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2011-06-24 19:55:03 +0100
commitac2df5eacd34852d6d6ddf584bd2394812e66ad6 (patch)
tree69a3793da55b5c069303cf03352853ba53264ff4 /NEWS
parentcf9ed5291015fd97b2121dcf38933e8bf885013d (diff)
parentfcfbc06d3f679a8266f13921ff3771bd07cf7f24 (diff)
Merge branch 'telepathy-gabble-0.12'
Conflicts: NEWS configure.ac src/presence-cache.c
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS24
1 files changed, 24 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index bc53cac7..7755877a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,30 @@
telepathy-gabble 0.13.2 (UNRELEASED)
====================================
+Enhancements:
+
+• autogen.sh now honours the NOCONFIGURE environment variable, for
+ compatibility with gnome-autogen.sh. (Colin Walters)
+
+Fixes:
+
+• Empty aliases stored on the roster are now ignored. Additionally, if
+ we've cached a contact's JID as their alias on our roster (because we
+ couldn't find a better alias), and we come across a better alias for
+ the contact (via a PEP nickname push, or by fetching their vCard for
+ some other reason), we now replace the JID with that better alias.
+ (fd.o#27361, Will)
+
+• We now handle receiving unavailable presence from our contacts before
+ we receive the roster correctly. Previously, this would cause those
+ contacts to be stuck in state 'unknown' rather than 'offline' until
+ they next came online. (fd.o#38603, Will)
+
+• Don't make assertions about TpChannelIface:handle-type's value in
+ GabbleFileTransferChannel's set_property implementation. The
+ property's not really writeable—the getter returns a constant value
+ for it anyway—and this fixes a crash with telepathy-glib 0.15.2, in
+ which the default value has changed from NONE to UNKNOWN. (Will)
telepathy-gabble 0.13.1 (2011-06-16)
====================================