diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2012-11-14 19:18:56 +0000 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2012-11-14 19:18:56 +0000 |
commit | 1d00bd95ce88c0c1d28eb1e5561547c2cecd30dc (patch) | |
tree | 8c30243b9e5b1eb8dd1bb4b031ac01e8f512359e /NEWS | |
parent | b4d42dcab0307f50c3aa488527dd11895604c01e (diff) |
Version 0.1.13telepathy-idle-0.1.13
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -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) |