summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2014-04-03 18:07:50 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2014-04-03 18:07:50 +0100
commite19cae845608df8357d8e9208440879cad846341 (patch)
treed7af41e88bbd0986f3b472c06d28eac84cb36af4
parent7482e46a3f9011718262296323bcc2521399f731 (diff)
-rw-r--r--NEWS24
-rw-r--r--configure.ac6
2 files changed, 20 insertions, 10 deletions
diff --git a/NEWS b/NEWS
index 27d76f7b..121af7fa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,18 +1,26 @@
-telepathy-salut 0.9.0 (UNRELEASED)
-==================================
+telepathy-salut 0.99.10 (2014-04-03)
+====================================
Dependencies:
-• telepathy-glib 0.19.7 is now required. (sorry about that)
+• telepathy-glib 0.99.10 is now required
-Enhancements:
+• GLib 2.32 is now required
+
+• libsoup 2.28 is required
+
+Incompatible changes:
+
+• Telepathy 1 D-Bus API
+
+• Remove OLPC-specific interfaces; if you need them, please upgrade
+ them to Telepathy 1 and provide patches, preferably as a plugin/sidecar
• fd.o#50828: Old-style Tubes channels have been removed. (Jonny)
-• Tube and Text channels are no longer announced together. (Jonny)
+Fixes:
-• Fix an assertion failure in the OLPC activity manager on disconnect.
- (Jonny)
+• Tube and Text channels are no longer announced together. (Jonny)
• Check parsing tube messages in a MUC succeeds, to avoid using an
uninitialized variable. (Will)
@@ -23,6 +31,8 @@ Enhancements:
fd.o#51528, a crash when messaged by a malformed JID such as
"wjt@bael (2)". (Will)
+• Make sure we remove the keepalive timer when it expires, avoiding
+ a critical warning with GLib 2.40 (Guillaume)
telepathy-salut 0.8.0 (2012-04-04)
==================================
diff --git a/configure.ac b/configure.ac
index 85c604d9..633715e3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,8 +9,8 @@ AC_PREREQ([2.60])
m4_define([salut_major_version], [0])
m4_define([salut_minor_version], [99])
-m4_define([salut_micro_version], [8])
-m4_define([salut_nano_version], [1])
+m4_define([salut_micro_version], [10])
+m4_define([salut_nano_version], [0])
# Some magic
m4_define([salut_base_version],
@@ -176,7 +176,7 @@ PKG_CHECK_MODULES(LIBXML2, [libxml-2.0])
AC_SUBST(LIBXML2_CFLAGS)
AC_SUBST(LIBXML2_LIBS)
-TELEPATHY_GLIB_REQUIRED=0.99.8
+TELEPATHY_GLIB_REQUIRED=0.99.10
AC_DEFINE([TP_SEAL_ENABLE], [], [Prevent to use sealed variables])
AC_DEFINE([TP_DISABLE_SINGLE_INCLUDE], [], [Disable single header include])
AC_DEFINE([TP_VERSION_MIN_REQUIRED], [TP_VERSION_1_0], [Ignore post 1.0 deprecations])