diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2014-05-14 10:47:23 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2014-05-14 10:47:23 +0100 |
commit | 3fbac423af6db11a2718e4b68726e3b474b28330 (patch) | |
tree | bb8c79e926fe6dea48218b7cc3b0a5f4fc2022c9 | |
parent | ab4d631e04bd9f6b26c000c4bbe5a72b7fe6bbfb (diff) |
0.99.11telepathy-haze-0.99.11
-rw-r--r-- | NEWS | 14 | ||||
-rw-r--r-- | configure.ac | 6 |
2 files changed, 15 insertions, 5 deletions
@@ -1,7 +1,17 @@ -telepathy-haze 0.99.11 (UNRELEASED) +telepathy-haze 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-haze 0.99.10 (2014-04-03) =================================== diff --git a/configure.ac b/configure.ac index 321c58f..ffc3218 100644 --- a/configure.ac +++ b/configure.ac @@ -8,8 +8,8 @@ AC_PREREQ([2.60]) m4_define([haze_major_version], [0]) m4_define([haze_minor_version], [99]) -m4_define([haze_micro_version], [10]) -m4_define([haze_nano_version], [1]) +m4_define([haze_micro_version], [11]) +m4_define([haze_nano_version], [0]) m4_define([haze_base_version], [haze_major_version.haze_minor_version.haze_micro_version]) @@ -78,7 +78,7 @@ PKG_CHECK_MODULES(DBUS_GLIB,[dbus-glib-1 >= 0.73]) AC_DEFINE([TP_SEAL_ENABLE], [], [Prevent to use sealed variables]) 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([TP_GLIB], [telepathy-glib-1 >= 0.99.10, telepathy-glib-1-dbus >= 0.99.10]) +PKG_CHECK_MODULES([TP_GLIB], [telepathy-glib-1 >= 0.99.11, telepathy-glib-1-dbus >= 0.99.11]) dnl MIN_REQUIRED must stay to 2.30 because of GValueArray AC_DEFINE([GLIB_VERSION_MIN_REQUIRED], [GLIB_VERSION_2_30], [Ignore post 2.30 deprecations]) |