[next] telepathy-rakia: 0.99.11
Simon McVittie
smcv at kemper.freedesktop.org
Wed May 14 07:11:40 PDT 2014
Module: telepathy-rakia
Branch: next
Commit: 739f9097cf6bf0d206c883a02dc20ce26f1e7ef9
URL: http://cgit.freedesktop.org/telepathy/telepathy-rakia/commit/?id=739f9097cf6bf0d206c883a02dc20ce26f1e7ef9
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date: Wed May 14 10:47:17 2014 +0100
0.99.11
---
NEWS | 19 +++++++++++++++++--
configure.ac | 6 +++---
2 files changed, 20 insertions(+), 5 deletions(-)
diff --git a/NEWS b/NEWS
index f3c45f9..606ec77 100644
--- a/NEWS
+++ b/NEWS
@@ -7,10 +7,25 @@ formerly known as Telepathy-SofiaSIP (most recent at the top).
See also ChangeLog.
-telepathy-rakia 0.99.11 (UNRELEASED)
+telepathy-rakia 0.99.11 (2014-05-14)
------------------------------------
-...
+The âelectioneeringâ release.
+
+Dependencies:
+
+⢠telepathy-glib ⥠0.99.11
+
+⢠GLib ⥠2.40
+
+Compile-time configuration changes:
+
+⢠The --disable-debug option has been removed. Debug logging is always
+ compiled in.
+
+Enhancements:
+
+⢠GNOME-style installed-tests (configure with --enable-installed-tests)
telepathy-rakia 0.99.10 (2014-04-03)
------------------------------------
diff --git a/configure.ac b/configure.ac
index 152f92c..b08c327 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,8 +3,8 @@ AC_PREREQ([2.60])
m4_define([THIS_PACKAGE],[telepathy-rakia])
m4_define([VERSION_MAJOR],[0])
m4_define([VERSION_MINOR],[99])
-m4_define([VERSION_MICRO],[10])
-m4_define([VERSION_NANO],[1])
+m4_define([VERSION_MICRO],[11])
+m4_define([VERSION_NANO],[0])
m4_define([BASE_VERSION],[VERSION_MAJOR.VERSION_MINOR.VERSION_MICRO])
m4_define([THIS_VERSION],
@@ -95,7 +95,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_GLIB], [telepathy-glib-1 >= 0.99.10, telepathy-glib-1-dbus >= 0.99.10])
+PKG_CHECK_MODULES([TELEPATHY_GLIB], [telepathy-glib-1 >= 0.99.11, telepathy-glib-1-dbus >= 0.99.11])
dnl Check for optional IP heartbeat support
AC_ARG_WITH(iphb,
More information about the telepathy-commits
mailing list