diff options
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) |