dbus ChangeLog,1.915,1.916

Robert McQueen robot101 at freedesktop.org
Sat Oct 29 15:04:03 PDT 2005


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

Modified Files:
	ChangeLog 
Log Message:
2005-10-29  Robert McQueen  <robot101 at debian.org>

        * python/dbus_bindings.pyx: Tweak 'raise AssertionError' to assert().
        Add checking for the end of struct character when marshalling a
        struct in MessageIter.append_strict.

        * python/examples/example-service.py,
        python/examples/gconf-proxy-service.py,
        python/examples/gconf-proxy-service2.py: Update to use gobject
        mainloop directly rather than appearing to depend on gtk.

        * python/test/test-client.py, python/test/test-server.py: Remove
        obsolete and broken test scripts for old bindings. We have up to date
        and working tests in test/python/.


Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.915
retrieving revision 1.916
diff -u -d -r1.915 -r1.916
--- ChangeLog	29 Oct 2005 19:13:17 -0000	1.915
+++ ChangeLog	29 Oct 2005 22:04:01 -0000	1.916
@@ -1,5 +1,20 @@
 2005-10-29  Robert McQueen  <robot101 at debian.org>
 
+	* python/dbus_bindings.pyx: Tweak 'raise AssertionError' to assert().
+	Add checking for the end of struct character when marshalling a
+	struct in MessageIter.append_strict.
+
+	* python/examples/example-service.py,
+	python/examples/gconf-proxy-service.py,
+	python/examples/gconf-proxy-service2.py: Update to use gobject
+	mainloop directly rather than appearing to depend on gtk.
+
+	* python/test/test-client.py, python/test/test-server.py: Remove
+	obsolete and broken test scripts for old bindings. We have up to date
+	and working tests in test/python/.
+
+2005-10-29  Robert McQueen  <robot101 at debian.org>
+
 	* python/decorators.py: Add optional arguments to the method and
 	signal decorators to allow you to specify the signature of arguments
 	and return values. Preserve the doc strings of signal functions in the



More information about the dbus-commit mailing list