dbus ChangeLog,1.1168,1.1169

David Zeuthen david at kemper.freedesktop.org
Mon Oct 23 10:25:54 PDT 2006


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

Modified Files:
	ChangeLog 
Log Message:
2006-10-23  David Zeuthen  <davidz at redhat.com>

        * dbus/dbus-memory.c: Use atomic variable to protect
        n_blocks_outstanding otherwise OOM will be reported using SMP on
        some arches
        
        * bus/dispatch.c: Add missing end of line characters

        * bus/desktop-file.c (parse_section_start, parse_key_value) 
        (bus_desktop_file_load): Propertly handle OOM

        * dbus/dbus-threads.c (init_uninitialized_locks): Check that
        thread_init_generation equals _dbus_current_generation, not 0



Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.1168
retrieving revision 1.1169
diff -u -d -r1.1168 -r1.1169
--- ChangeLog	22 Oct 2006 15:03:09 -0000	1.1168
+++ ChangeLog	23 Oct 2006 17:25:52 -0000	1.1169
@@ -1,3 +1,17 @@
+2006-10-23  David Zeuthen  <davidz at redhat.com>
+
+	* dbus/dbus-memory.c: Use atomic variable to protect
+	n_blocks_outstanding otherwise OOM will be reported using SMP on
+	some arches
+	
+	* bus/dispatch.c: Add missing end of line characters
+
+	* bus/desktop-file.c (parse_section_start, parse_key_value) 
+	(bus_desktop_file_load): Propertly handle OOM
+
+	* dbus/dbus-threads.c (init_uninitialized_locks): Check that
+	thread_init_generation equals _dbus_current_generation, not 0
+
 2006-10-22  Havoc Pennington  <hp at redhat.com>
 
 	* dbus/dbus-connection-internal.h: move prototype of



More information about the dbus-commit mailing list