[next] telepathy-salut: 0.99.10

Simon McVittie smcv at kemper.freedesktop.org
Thu Apr 3 12:45:07 PDT 2014


Module: telepathy-salut
Branch: next
Commit: e19cae845608df8357d8e9208440879cad846341
URL:    http://cgit.freedesktop.org/telepathy/telepathy-salut/commit/?id=e19cae845608df8357d8e9208440879cad846341

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Thu Apr  3 18:07:50 2014 +0100

0.99.10

---

 NEWS         |   24 +++++++++++++++++-------
 configure.ac |    6 +++---
 2 files changed, 20 insertions(+), 10 deletions(-)

diff --git a/NEWS b/NEWS
index 27d76f7..121af7f 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 at 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 85c604d..633715e 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])



More information about the telepathy-commits mailing list