[next] telepathy-haze: Snapshot 0.99.2
Simon McVittie
smcv at kemper.freedesktop.org
Fri Sep 27 07:52:19 PDT 2013
Module: telepathy-haze
Branch: next
Commit: 4de46eaaa2954236b75225eac5f68f499e466e3b
URL: http://cgit.freedesktop.org/telepathy/telepathy-haze/commit/?id=4de46eaaa2954236b75225eac5f68f499e466e3b
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date: Fri Sep 27 15:51:46 2013 +0100
Snapshot 0.99.2
---
NEWS | 8 ++++++--
configure.ac | 6 +++---
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])
More information about the telepathy-commits
mailing list