summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2012-11-14 19:18:56 +0000
committerWill Thompson <will.thompson@collabora.co.uk>2012-11-14 19:18:56 +0000
commit1d00bd95ce88c0c1d28eb1e5561547c2cecd30dc (patch)
tree8c30243b9e5b1eb8dd1bb4b031ac01e8f512359e /NEWS
parentb4d42dcab0307f50c3aa488527dd11895604c01e (diff)
Version 0.1.13
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS15
1 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3265fb9..15b7d67 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
-telepathy-idle 0.1.13 (UNRELEASED)
+telepathy-idle 0.1.13 (2012-11-14)
==================================
+Wow, what a lot of fixes!
+
Enhancements:
• fd.o#23005: initial support for listing rooms. (Jonathon Jongsma)
@@ -10,6 +12,17 @@ Enhancements:
server. If someone wants to work on adding this to Idle and Empathy,
go for it!
+• fd.o#24614: chat room channels now respawn if you Close() them. This
+ means that if empathy-chat (or your friendly neighbourhood chat UI)
+ crashes, it pops right back up with your channels in it, rather than
+ you getting kicked out of all your channels.
+
+ If your UI is using Close() to leave channels, you'll need to change
+ it to use RemoveMembers with the SelfHandle property from the Group
+ interface. empathy-chat has done this for literally years, and
+ tp_channel_leave_async() in telepathy-glib and
+ Tp::Channel::requestLeave in telepathy-qt4 do the right thing.
+
Fixes:
• fd.o#54016: fix for "make -j" safety (Dan Winship)