Announcing dbus-python 1.1.1
Simon McVittie
simon.mcvittie at collabora.co.uk
Mon Jun 25 13:36:22 PDT 2012
The "Lemonade Sky" release.
http://dbus.freedesktop.org/releases/dbus-python/dbus-python-1.1.1.tar.gz
http://dbus.freedesktop.org/releases/dbus-python/dbus-python-1.1.1.tar.gz.asc
Dependencies:
• libdbus 1.6 or later is now recommended. It is not strictly required
yet.
Fixes:
• Validate UTF-8 according to the rules libdbus uses, falling back to
our own (inefficient) implementation if not compiled against
dbus >= 1.6 (fd.o #40817)
• Under Python 3, in the absence of introspection or signature='...',
pass dbus.ObjectPath or dbus.Signature arguments with the obvious
signature 'o' or 'g', not 's'. This previously only worked in Python
2. (fd.o #50740)
More information about the dbus
mailing list