summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-18 14:02:42 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-18 14:02:42 +0200
commit54092d3d917c8fa0a16df07765615090cf0f583f (patch)
tree09bfdae2ba4cc4601e3090872bd11c7a1aae24d6
parent0e672516fb1c9e932685f17780e733bd63ead903 (diff)
prepare 0.1.17
-rw-r--r--NEWS22
-rw-r--r--configure.ac4
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])