summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-09-27 15:51:46 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-09-27 15:51:46 +0100
commit4de46eaaa2954236b75225eac5f68f499e466e3b (patch)
treea5245900e8d25029a427102a45a99681dc0461b9
parent1ea5c67c7901475b253cab5c43a04c7b05564f1c (diff)
Snapshot 0.99.2
-rw-r--r--NEWS8
-rw-r--r--configure.ac6
2 files changed, 9 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 007ce02..11ac262 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,13 @@
-telepathy-haze 0.99.1 (UNRELEASED)
+telepathy-haze 0.99.2 (2013-09-27)
==================================
+Changes:
+
+• Initial snapshot for the Telepathy 1.0 branch
+
Dependencies:
-• telepathy-glib-1 ≥ 0.99.1 is required
+• telepathy-glib-1 ≥ 0.99.2 is required
telepathy-haze 0.9.0 (UNRELEASED)
=================================
diff --git a/configure.ac b/configure.ac
index 6469339..a29d9a2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,8 +8,8 @@ AC_PREREQ([2.59])
m4_define([haze_major_version], [0])
m4_define([haze_minor_version], [99])
-m4_define([haze_micro_version], [0])
-m4_define([haze_nano_version], [1])
+m4_define([haze_micro_version], [2])
+m4_define([haze_nano_version], [0])
m4_define([haze_base_version],
[haze_major_version.haze_minor_version.haze_micro_version])
@@ -79,7 +79,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.1, telepathy-glib-1-dbus >= 0.99.1])
+PKG_CHECK_MODULES([TP_GLIB], [telepathy-glib-1 >= 0.99.2, telepathy-glib-1-dbus >= 0.99.2])
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])