From 5628ef82de9e853381ab61bab8c3cd3b1b622290 Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Wed, 9 Aug 2006 19:45:24 +0000 Subject: * Change an assert to a detailed warning and abort. When allocator->lock != mutex it indicates that the user has failed to initalize threads before using the D-Bus library. This warning helps the user identify the issue and fix their app. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fe7696e8..fe0ddbc0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2006-08-09 John (J5) Palmieri + + * dbus/dbus-dataslot.c (_dbus_data_slot_allocator_alloc): + Change an assert to a detailed warning and abort. + When allocator->lock != mutex it indicates that the user has failed + to initalize threads before using the D-Bus library. This warning + helps the user identify the issue and fix their app. + 2006-08-08 John (J5) Palmieri These are all patches from Kjartan Maraas -- cgit