[next] telepathy-haze: 0.99.10
Simon McVittie
smcv at kemper.freedesktop.org
Thu Apr 3 12:46:30 PDT 2014
Module: telepathy-haze
Branch: next
Commit: 1fa1b05fb3133a742559102544ea0a8b81207d86
URL: http://cgit.freedesktop.org/telepathy/telepathy-haze/commit/?id=1fa1b05fb3133a742559102544ea0a8b81207d86
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date: Thu Apr 3 17:59:07 2014 +0100
0.99.10
---
NEWS | 19 ++++++-------------
configure.ac | 6 +++---
2 files changed, 9 insertions(+), 16 deletions(-)
diff --git a/NEWS b/NEWS
index eb70f16..6aaa373 100644
--- a/NEWS
+++ b/NEWS
@@ -1,22 +1,15 @@
-telepathy-haze 0.99.2 (2013-09-27)
-==================================
+telepathy-haze 0.99.10 (2014-04-03)
+===================================
-Changes:
-
-⢠Initial snapshot for the Telepathy 1.0 branch
+The âyou and whose army?â release.
Dependencies:
-⢠telepathy-glib-1 ⥠0.99.2 is required
-
-telepathy-haze 0.9.0 (UNRELEASED)
-=================================
-
-Dependencies:
+⢠telepathy-glib-1 ⥠0.99.10 is required
-⢠telepathy-glib ⥠0.21.0 is required
+Incompatible changes:
-Features removed:
+⢠Switch to Telepathy 1 D-Bus API
⢠StreamedMedia channels are no longer supported. We'd potentially
accept patches to bring back audio/video support, but only via the
diff --git a/configure.ac b/configure.ac
index fe733c5..48ff9ef 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], [8])
-m4_define([haze_nano_version], [1])
+m4_define([haze_micro_version], [10])
+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.8, telepathy-glib-1-dbus >= 0.99.8])
+PKG_CHECK_MODULES([TP_GLIB], [telepathy-glib-1 >= 0.99.10, telepathy-glib-1-dbus >= 0.99.10])
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