[next] telepathy-idle: 0.99.11

Simon McVittie smcv at kemper.freedesktop.org
Wed May 14 07:10:12 PDT 2014


Module: telepathy-idle
Branch: next
Commit: 48df555169b4789910f78f308a946fb3b1e3a552
URL:    http://cgit.freedesktop.org/telepathy/telepathy-idle/commit/?id=48df555169b4789910f78f308a946fb3b1e3a552

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Wed May 14 10:47:32 2014 +0100

0.99.11

---

 NEWS         |   14 ++++++++++++--
 configure.ac |    6 +++---
 2 files changed, 15 insertions(+), 5 deletions(-)

diff --git a/NEWS b/NEWS
index cc98497..616715b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,17 @@
-telepathy-idle 0.99.11 (UNRELEASED)
+telepathy-idle 0.99.11 (2014-05-14)
 ===================================
 
-...
+The “electioneering” release.
+
+Dependencies:
+
+• telepathy-glib ≥ 0.99.11
+
+• GLib ≥ 2.40
+
+Enhancements:
+
+• GNOME-style installed-tests (configure with --enable-installed-tests)
 
 telepathy-idle 0.99.10 (2014-04-03)
 ===================================
diff --git a/configure.ac b/configure.ac
index 5ff6903..a599800 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], [10])
-m4_define([idle_nano_version], [1])
+m4_define([idle_micro_version], [11])
+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.10, telepathy-glib-1-dbus >= 0.99.10])
+PKG_CHECK_MODULES([TELEPATHY], [telepathy-glib-1 >= 0.99.11, telepathy-glib-1-dbus >= 0.99.11])
 
 dnl Check for code generation tools
 XSLTPROC=



More information about the telepathy-commits mailing list