dbus ChangeLog,1.961,1.962

Robert McQueen robot101 at freedesktop.org
Wed Feb 15 15:45:51 PST 2006


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

Modified Files:
	ChangeLog 
Log Message:
2006-02-16  Robert McQueen  <robot101 at debian.org>

	* glib/dbus-gmain.c: Make the previous commit compile.

	* python/_dbus.py, python/matchrules.py: Patch from Ole Andre
	Ravnaas <ole.andre.ravnaas at collabora.co.uk> to allow you to
	specify sender_keyword="foo", path_keyword="bar" when adding
	a signal listener, so that you can bind to signals generically
	but still do something useful in your callback.

	* python/dbus_bindings.pyx: Demarshal the byte type as unsigned
	chars so that they're not cast to chars and made negative. Thanks
	to Jakub Stachowski for reporting this and testing the fix.

Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.961
retrieving revision 1.962
diff -u -d -r1.961 -r1.962
--- ChangeLog	15 Feb 2006 21:44:11 -0000	1.961
+++ ChangeLog	15 Feb 2006 23:45:48 -0000	1.962
@@ -1,3 +1,17 @@
+2006-02-16  Robert McQueen  <robot101 at debian.org>
+
+	* glib/dbus-gmain.c: Make the previous commit compile.
+
+	* python/_dbus.py, python/matchrules.py: Patch from Ole Andre
+	Ravnaas <ole.andre.ravnaas at collabora.co.uk> to allow you to
+	specify sender_keyword="foo", path_keyword="bar" when adding
+	a signal listener, so that you can bind to signals generically
+	but still do something useful in your callback.
+
+	* python/dbus_bindings.pyx: Demarshal the byte type as unsigned
+	chars so that they're not cast to chars and made negative. Thanks
+	to Jakub Stachowski for reporting this and testing the fix.
+
 2006-02-15  John (J5) Palmieri  <johnp at redhat.com>
 
 	* dbus/dbus-glib.h:



More information about the dbus-commit mailing list