telepathy-idle: prepare 0.1.17

Guillaume Desmottes gdesmott at kemper.freedesktop.org
Wed Sep 18 05:07:34 PDT 2013


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

Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date:   Wed Sep 18 14:02:42 2013 +0200

prepare 0.1.17

---

 NEWS         |   22 ++++++++++++++++++++--
 configure.ac |    4 ++--
 2 files changed, 22 insertions(+), 4 deletions(-)

diff --git a/NEWS b/NEWS
index ca12957..f0963dc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,25 @@
-telepathy-idle 0.1.17 (UNRELEASED)
+telepathy-idle 0.1.17 (2013-09-18)
 ==================================
 
-...
+This is a release candidate for telepathy-idle 0.2, recommended for
+use with GNOME 3.10.
+
+Dependencies:
+
+• GLib ≥ 2.32
+• telepathy-glib ≥ 0.21
+
+Fixes:
+
+• Don't crash when a channel with multiple requests fails (Sjoerd)
+
+• Add handle-name to RoomList properties (fd.o #65614, Xavier)
+
+• kill async read when disconnecting (fd.o #64923, Lionel Landwerlin)
+
+• Fix tests with automake 1.13 (fd.o #69258, Guillaume)
+
+• Stop using deprecated telepathy-glib API (fd.o #64122 and #69311, Guillaume)
 
 telepathy-idle 0.1.16 (2013-05-01)
 ==================================
diff --git a/configure.ac b/configure.ac
index 3a73bf2..e9855e3 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], [16])
-m4_define([idle_nano_version], [1])
+m4_define([idle_micro_version], [17])
+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