4:23 l=J*e8Aq6ʘo 0  07l=J*e8Aq6Ҙo 0a=J*e8Aq6Ҙo# lzje@pۊbѿ ? D-Bus Python Bindings 1.1.1 (2012-06-25) ======================================== The "Lemonade Sky" release. 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) D-Bus Python Bindings 1.1.0 (2012-05-09) ======================================== The “eaten by spiders” release. Deprecations: • dbus.gobject_service is deprecated. Use dbus.gi_service and PyGI in new code. API changes: • dbus.gobject_service works in legacy PyGObject 2 applications again, like it did before 1.0. The down side is that it doesn't work in all PyGI applications any more, unlike 1.0. In PyGI applications, depend on dbus-python >= 1.1 and use dbus.gi_service instead - its API is the same. (fd.o #48904, Debian #670516) • dbus.gobject_service has been removed from Python 3 builds altogether. Enhancements: • Use DBusBasicValue from libdbus 1.5, if available, rather than reinventing it Fixes: • Put sockets for the regression tests in /tmp, not the builddir, fixing test failures in a really long builddir (fd.o #46747) • Fix a reference leak in dbus_py_variant_level_set (fd.o #47108) • Modify AM_CHECK_PYTHON_HEADERS so the "another way" works with Python 3 D-Bus Python Bindings 1.0.0 (2012-01-24) ======================================== The "never trust a .0 release?" release. Dependencies: * libdbus 1.4 or later is now required. * Python 2.6 or later is now required. If Python 3 is used, it must be version 3.2 or later. * GNU make (or, at your own risk, another make with the GNU $(patsubst) extension) is now required. API changes: * dbus_bindings, which was never meant to be public API and has been deprecated for nearly 5 years, has finally been removed. * The repr() of every dbus-python object is now unicode. * The Python 3 API is not the same as the Python 2 API; see PY3PORT.rst for details. • dbus.gobject_service uses PyGI, not PyGObject. (This was not meant to be an incompatible change, but unfortunately, it was. It was reverted in 1.1.0.) Enhancements: * Python 3 compatibility (fd.o #26420, Barry Warsaw) * MethodCallMessage and SignalMessage now have a more useful repr() (Barry Warsaw) Fixes: * OOM while appending a unicode object to a message no longer leaks a string (Barry Warsaw) * If libdbus somehow gives us invalid UTF-8, don't crash (Barry Warsaw) * Fix rst2html failure in non-UTF-8 locales (Alexandre Rostovtsev) D-Bus Python Bindings 0.84.0 (2011-05-25) ========================================= The "Comrade Bill Bartram's Egalitarian Anti-Imperialist Soviet Stout" release. Enhancements: * fd.o #30812: add the UnixFd type, and support Unix fd passing if compiled against a new enough libdbus (Elvis Pfützenreuter) * fd.o #34342: add Connection.set_allow_anonymous(bool) (Scott Tsai) * fd.o #21017: add configure arguments PYTHON_INCLUDES and PYTHON_LIBS which can be used to override $PYTHON-config (Simon McVittie, based on a patch from Robert Schwebel) Fixes: * fd.o #35626: clear ProxyObject's pending introspection queue after execution (Scott Tsai) * fd.o #22560: remove duplicate code from example-async-client (Simon McVittie) * fd.o #36206: allow signature='x' among ProxyObject method arguments (Simon McVittie) D-Bus Python Bindings 0.83.2 (2010-12-02) ========================================= Dependencies: * libdbus 1.2 is still supported, but libdbus >= 1.4 is recommended. Fixes: * Make BusConnection.list_activatable_names actually