From 1cd203762a4088b512c91f192167a556efdc8166 Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Tue, 23 Mar 2010 16:32:55 +0000 Subject: Remove misleading debug message from list_connection_names Reviewed-by: Simon McVittie --- telepathy-glib/connection.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/telepathy-glib/connection.c b/telepathy-glib/connection.c index 7ec5a0e2a..4ff4ab855 100644 --- a/telepathy-glib/connection.c +++ b/telepathy-glib/connection.c @@ -1171,8 +1171,6 @@ tp_list_connection_names_helper (TpDBusDaemon *bus_daemon, g_ptr_array_add (protocols, proto); continue; } - - DEBUG ("invalid name: %s", *iter); } g_ptr_array_add (bus_names, NULL); -- cgit v1.2.3 From 3915d866af0b7f7f15cce52eb90dddc156761f09 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 24 Mar 2010 16:43:01 +0000 Subject: Update NEWS for 0.8.x --- NEWS | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/NEWS b/NEWS index 1831cbd06..a0915ec9f 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,28 @@ telepathy-glib 0.8.2 (UNRELEASED) ... +Fixes: + +* Don't rely on enum types being unsigned (sjoerd) + +* In tp_dbus_properties_mixin_make_properties_hash, add a missing call to + va_end (smcv) + +* Don't make an idle call to put received messages in the TpMessageMixin + queue, potentially avoiding a reference leak (Vivek) + +* tp_contacts_mixin_set_contact_attribute now takes a const gchar * + instead of a gchar * (mikhailz) + +* Escape the doc-comments better in generated service interfaces (smcv) + +* Fix some typos and broken cross-references in the documentation (smcv) + +* Chain up to GObject's dispose method when destroying a + TpBaseConnectionManager (smcv) + +* Remove a misleading debug message from tp_list_connection_names (wjt) + telepathy-glib 0.8.1 (2009-10-15) ================================= -- cgit v1.2.3