[telepathy-gabble/master] bump telepathy-glib dep to 0.7.35

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Fri Sep 11 07:56:22 PDT 2009


Disconnecting process is now async to Gabble could still have to use the
self-handle after Disconnect() has been called. tp-glib used to invalid
it as soon Disconnect() was called which was a bug that has been fixed
in tp-glib 0.7.35. Make Gabble depends on this version to avoid crashes.
---
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index a32df1c..7c7402a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -126,7 +126,7 @@ PKG_CHECK_MODULES(DBUS, [dbus-1 >= 1.1.0, dbus-glib-1 >= 0.78])
 AC_SUBST(DBUS_CFLAGS)
 AC_SUBST(DBUS_LIBS)
 
-PKG_CHECK_MODULES(TP_GLIB, [telepathy-glib >= 0.7.34])
+PKG_CHECK_MODULES(TP_GLIB, [telepathy-glib >= 0.7.35])
 
 AC_SUBST(TP_GLIB_CFLAGS)
 AC_SUBST(TP_GLIB_LIBS)
-- 
1.5.6.5




More information about the telepathy-commits mailing list