dbus ChangeLog,1.608,1.609

Havoc Pennington hp at freedesktop.org
Fri Nov 26 23:30:24 PST 2004


Update of /cvs/dbus/dbus
In directory gabe:/tmp/cvs-serv13572

Modified Files:
	ChangeLog 
Log Message:
2004-11-27  Havoc Pennington  <hp at redhat.com>

	* dbus/dbus-string.h (_dbus_string_get_byte): inline when asserts
	are disabled
	(_dbus_string_get_const_data): inline when asserts are disabled

	* dbus/dbus-message.c: record the _dbus_current_generation of
	creation so we can complain if dbus_shutdown() is used improperly.
	Do this only if checks are enabled.

	* dbus/dbus-connection.c: ditto
	


Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.608
retrieving revision 1.609
diff -u -d -r1.608 -r1.609
--- ChangeLog	27 Nov 2004 02:18:36 -0000	1.608
+++ ChangeLog	27 Nov 2004 07:30:22 -0000	1.609
@@ -1,3 +1,15 @@
+2004-11-27  Havoc Pennington  <hp at redhat.com>
+
+	* dbus/dbus-string.h (_dbus_string_get_byte): inline when asserts
+	are disabled
+	(_dbus_string_get_const_data): inline when asserts are disabled
+
+	* dbus/dbus-message.c: record the _dbus_current_generation of
+	creation so we can complain if dbus_shutdown() is used improperly.
+	Do this only if checks are enabled.
+
+	* dbus/dbus-connection.c: ditto
+	
 2004-11-26  Havoc Pennington  <hp at redhat.com>
 
 	* test/glib/test-profile.c: add with_bus mode to profile echoes



More information about the dbus-commit mailing list