summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2014-04-03 17:59:07 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2014-04-03 17:59:07 +0100
commit1fa1b05fb3133a742559102544ea0a8b81207d86 (patch)
tree48662900361db4fb89cfbcfff74874887ad9a618
parenta65d52dc1b1f6d3bddbd0983b2078b97fd00085f (diff)
-rw-r--r--NEWS19
-rw-r--r--configure.ac6
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])