[next] telepathy-idle: 0.99.10
Simon McVittie
smcv at kemper.freedesktop.org
Thu Apr 3 12:42:33 PDT 2014
Module: telepathy-idle
Branch: next
Commit: 74717020f605e0af59a6e4d31eddbd4987bb4149
URL: http://cgit.freedesktop.org/telepathy/telepathy-idle/commit/?id=74717020f605e0af59a6e4d31eddbd4987bb4149
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date: Thu Apr 3 17:54:32 2014 +0100
0.99.10
---
NEWS | 15 +++++++++++++++
configure.ac | 6 +++---
2 files changed, 18 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index c7a37cb..1504fde 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+telepathy-idle 0.99.10 (2014-04-03)
+===================================
+
+Dependencies:
+
+⢠telepathy-glib ⥠0.99.10
+
+Incompatible changes:
+
+⢠Switch to Telepathy 1 D-Bus API
+
+Enhancements:
+
+⢠Add IRCCommand interface (fd.o #70434)
+
telepathy-idle 0.2.0 (2013-10-03)
=================================
diff --git a/configure.ac b/configure.ac
index 4717df4..bdc9dbe 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], [99])
-m4_define([idle_micro_version], [8])
-m4_define([idle_nano_version], [1])
+m4_define([idle_micro_version], [10])
+m4_define([idle_nano_version], [0])
m4_define([idle_base_version],
@@ -98,7 +98,7 @@ AC_DEFINE([TP_SEAL_ENABLE], [], [Prevent to use sealed variables])
AC_DEFINE([TP_DISABLE_SINGLE_INCLUDE], [], [Disable single header include])
AC_DEFINE(TP_VERSION_MIN_REQUIRED, TP_VERSION_1_0, [Ignore post 1.0 deprecations])
AC_DEFINE(TP_VERSION_MAX_ALLOWED, TP_VERSION_1_0, [Prevent post 1.0 APIs])
-PKG_CHECK_MODULES([TELEPATHY], [telepathy-glib-1 >= 0.99.8, telepathy-glib-1-dbus >= 0.99.8])
+PKG_CHECK_MODULES([TELEPATHY], [telepathy-glib-1 >= 0.99.10, telepathy-glib-1-dbus >= 0.99.10])
dnl Check for code generation tools
XSLTPROC=
More information about the telepathy-commits
mailing list