dbus ChangeLog,1.1082,1.1083
John Palmieri
johnp at kemper.freedesktop.org
Mon Aug 14 12:33:22 PDT 2006
Update of /cvs/dbus/dbus
In directory kemper:/tmp/cvs-serv17496
Modified Files:
ChangeLog
Log Message:
* dbus/dbus-dataslot.c (_dbus_data_slot_allocator_alloc):
Change _dbus_abort to _dbus_assert_not_reached because _dbus_abort
causes compile problems when asserts are turned off
Keeping _dbus_warn for printing out the message so even if
asserts are turned off the user gets the messages that something is
wrong
Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.1082
retrieving revision 1.1083
diff -u -d -r1.1082 -r1.1083
--- ChangeLog 14 Aug 2006 19:11:35 -0000 1.1082
+++ ChangeLog 14 Aug 2006 19:33:20 -0000 1.1083
@@ -1,5 +1,14 @@
2006-08-14 John (J5) Palmieri <johnp at redhat.com>
+ * dbus/dbus-dataslot.c (_dbus_data_slot_allocator_alloc):
+ Change _dbus_abort to _dbus_assert_not_reached because _dbus_abort
+ causes compile problems when asserts are turned off
+ Keeping _dbus_warn for printing out the message so even if
+ asserts are turned off the user gets the messages that something is
+ wrong
+
+2006-08-14 John (J5) Palmieri <johnp at redhat.com>
+
Patches by Kjartan Maraas <kmaraas at gnome dot org>
* bus/services.c (bus_service_list_queued_owners):
More information about the dbus-commit
mailing list