dbus ChangeLog,1.909,1.910

Robert McQueen robot101 at freedesktop.org
Mon Oct 24 11:29:52 PDT 2005


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

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

    * python/dbus_bindings.pyx (String, MessageIter): make D-Bus strings
    derive from unicode instead of str, and encode/decode UTF-8 when
    marshalling/unmarshalling bus messages

    * python/introspect_parser.py: encode introspection data as UTF-8
    before passing the buffer into libxml2

    * test/python/test-client.py: add unicode test strings

    * test/data/valid-service-files/.cvsignore, test/python/.cvsignore:
    ignore generated python test files


Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.909
retrieving revision 1.910
diff -u -d -r1.909 -r1.910
--- ChangeLog	18 Oct 2005 04:38:04 -0000	1.909
+++ ChangeLog	24 Oct 2005 18:29:50 -0000	1.910
@@ -1,3 +1,17 @@
+2005-10-24  Robert McQueen <robot101 at debian.org>
+
+	* python/dbus_bindings.pyx (String, MessageIter): make D-Bus strings
+	derive from unicode instead of str, and encode/decode UTF-8 when
+	marshalling/unmarshalling bus messages
+
+	* python/introspect_parser.py: encode introspection data as UTF-8
+	before passing the buffer into libxml2
+
+	* test/python/test-client.py: add unicode test strings
+
+	* test/data/valid-service-files/.cvsignore, test/python/.cvsignore:
+	ignore generated python test files
+
 2005-10-17  John (J5) Palmieri  <johnp at redhat.com>
 
 	* glib/dbus-gvalue-utils.c (hash_free_from_gtype): handle gdouble



More information about the dbus-commit mailing list