summaryrefslogtreecommitdiff
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
parentb4d42dcab0307f50c3aa488527dd11895604c01e (diff)
Version 0.1.13telepathy-idle-0.1.13
-rw-r--r--NEWS15
-rw-r--r--configure.ac4
2 files changed, 16 insertions, 3 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)
diff --git a/configure.ac b/configure.ac
index cf7e15e..1826860 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,8 +11,8 @@ AC_PREREQ([2.59])
m4_define([idle_major_version], [0])
m4_define([idle_minor_version], [1])
-m4_define([idle_micro_version], [12])
-m4_define([idle_nano_version], [1])
+m4_define([idle_micro_version], [13])
+m4_define([idle_nano_version], [0])
m4_define([idle_base_version],
[idle_major_version.idle_minor_version.idle_micro_version])