From c2345c09373f325dae504fae9ea4e8e8feaf552b Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Tue, 17 Apr 2012 16:11:18 +0100 Subject: [PATCH] =?utf8?q?Bug=20674256=20=E2=80=94=20telepathy-glib=20mini?= =?utf8?q?mal=20version=20is=20insufficient?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Bump the minimum telepathy-glib dependency to 0.17.5 for tp_connection_disconnect_async(). Closes: https://bugzilla.gnome.org/show_bug.cgi?id=674256 --- NEWS | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index baa8ac3..b901782 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,11 @@ Overview of changes from libfolks 0.7.0 to libfolks 0.7.1 ========================================================= +Dependencies: +• telepathy-glib ≥ 0.17.5 + Bugs fixed: +• Bug 674256 — telepathy-glib minimal version is insufficient Overview of changes from libfolks 0.6.9 to libfolks 0.7.0 ========================================================= diff --git a/configure.ac b/configure.ac index 11b8bed..3733be2 100644 --- a/configure.ac +++ b/configure.ac @@ -145,7 +145,7 @@ AM_CONDITIONAL([ENABLE_LIBSOCIALWEB], # ----------------------------------------------------------- GLIB_REQUIRED=2.24.0 -TP_GLIB_REQUIRED=0.15.5 +TP_GLIB_REQUIRED=0.17.5 VALA_REQUIRED=0.15.2 VALADOC_REQUIRED=0.3.1 TRACKER_SPARQL_MAJOR=0.14 -- 2.7.4