dbus ChangeLog,1.1070,1.1071

John Palmieri johnp at kemper.freedesktop.org
Wed Aug 9 12:45:26 PDT 2006


Update of /cvs/dbus/dbus
In directory kemper:/tmp/cvs-serv22526

Modified Files:
	ChangeLog 
Log Message:
* 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.


Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.1070
retrieving revision 1.1071
diff -u -d -r1.1070 -r1.1071
--- ChangeLog	8 Aug 2006 23:29:03 -0000	1.1070
+++ ChangeLog	9 Aug 2006 19:45:24 -0000	1.1071
@@ -1,3 +1,11 @@
+2006-08-09  John (J5) Palmieri  <johnp at redhat.com>
+
+	* 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  <johnp at redhat.com>
 
 	These are all patches from Kjartan Maraas <kmaraas at gnome dot org>



More information about the dbus-commit mailing list