telepathy-idle: Version 0.1.13

Will Thompson wjt at kemper.freedesktop.org
Wed Nov 14 11:30:03 PST 2012


Module: telepathy-idle
Branch: master
Commit: 1d00bd95ce88c0c1d28eb1e5561547c2cecd30dc
URL:    http://cgit.freedesktop.org/telepathy/telepathy-idle/commit/?id=1d00bd95ce88c0c1d28eb1e5561547c2cecd30dc

Author: Will Thompson <will.thompson at collabora.co.uk>
Date:   Wed Nov 14 19:18:56 2012 +0000

Version 0.1.13

---

 NEWS         |   15 ++++++++++++++-
 configure.ac |    4 ++--
 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])



More information about the telepathy-commits mailing list