dbus ChangeLog,1.571,1.572

Jon Trowbridge trow at freedesktop.org
Wed Sep 29 01:46:47 UTC 2004


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

Modified Files:
	ChangeLog 
Log Message:
2004-09-28  Jon Trowbridge  <trow at ximian.com>

	    * mono/BusDriver.cs: Changed BusDriver struct to remove
	    the ServiceCreated and ServiceDeleted events and replace them
	    with the new ServiceOwnerChanged event.

	    * mono/example/BusListener.cs: Added a new example program,
	    which listens for and reports any ServiceOwnerChanged events
	    on the bus driver.

	    * mono/example/Makefile.am (DESTDIR): Build changes for the
	    new BusListener.cs example.



Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.571
retrieving revision 1.572
diff -u -d -r1.571 -r1.572
--- ChangeLog	27 Sep 2004 10:01:18 -0000	1.571
+++ ChangeLog	29 Sep 2004 01:46:45 -0000	1.572
@@ -1,3 +1,16 @@
+2004-09-28  Jon Trowbridge  <trow at ximian.com>
+
+	* mono/BusDriver.cs: Changed BusDriver struct to remove
+	the ServiceCreated and ServiceDeleted events and replace them
+	with the new ServiceOwnerChanged event.
+
+	* mono/example/BusListener.cs: Added a new example program,
+	which listens for and reports any ServiceOwnerChanged events
+	on the bus driver.
+
+	* mono/example/Makefile.am (DESTDIR): Build changes for the
+	new BusListener.cs example.
+
 2004-09-27  Olivier Andrieu  <oliv__a at users.sourceforge.net>
 
 	* bus/signals.c (bus_match_rule_parse): validate the components of



More information about the dbus-commit mailing list