dbus ChangeLog,1.1103,1.1104

John Palmieri johnp at kemper.freedesktop.org
Wed Sep 6 14:16:14 PDT 2006


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

Modified Files:
	ChangeLog 
Log Message:
* bus/driver.c:
  (bus_driver_generate_introspect_string): New method for populating
  a DBusString with the introspect data
  (bus_driver_handle_introspect): Move introspect generation code to 
  bus_driver_generate_introspect_string

* bus/main.c:
  (introspect): New function which prints out the intropect data and
  exits
  (main): Add a --introspect switch


Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.1103
retrieving revision 1.1104
diff -u -d -r1.1103 -r1.1104
--- ChangeLog	6 Sep 2006 19:40:54 -0000	1.1103
+++ ChangeLog	6 Sep 2006 21:16:12 -0000	1.1104
@@ -1,5 +1,18 @@
 2006-09-06  John (J5) Palmieri  <johnp at redhat.com>
 
+	* bus/driver.c:
+	(bus_driver_generate_introspect_string): New method for populating
+	a DBusString with the introspect data
+	(bus_driver_handle_introspect): Move introspect generation code to 
+	bus_driver_generate_introspect_string
+
+	* bus/main.c:
+	(introspect): New function which prints out the intropect data and
+	exits
+	(main): Add a --introspect switch
+
+2006-09-06  John (J5) Palmieri  <johnp at redhat.com>
+
 	* doc/TODO: Removed dtd publishing item.  
 	It seems the dtd has already been added at
 	http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd



More information about the dbus-commit mailing list