File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Version 0.1.4
4+
5+ This version adds some bugfixes and new features.
6+
7+ * Support tcp transport addresses (#57 )
8+ * Add support for the annonymous authentication protocol (#32 )
9+ * Add flags kwarg to aio high level client method call (#55 )
10+ * Allow subclassing of DBusError (#42 )
11+ * Fix exception in aio message handler loop on task cancellation (ff165aa)
12+ * Improve error messages (#46 , #59 )
13+ * Fix match rule memory leak bug (508edf8)
14+ * Don't add match rules for high level client by default (615218f)
15+ * Add empty properties interface to standard interfaces (#49 )
16+
317## Version 0.1.3
418
519This version adds some bugfixes and new features.
Original file line number Diff line number Diff line change 11__title__ = 'dbus_next'
22__description__ = 'A zero-dependency DBus library for Python with asyncio support'
33__url__ = 'https://github.com/altdesktop/python-dbus-next'
4- __version__ = '0.1.3 '
4+ __version__ = '0.1.4 '
55__author__ = 'Tony Crisci'
66__author_email__ = 'tony@dubstepdish.com'
77__license__ = 'MIT'
You can’t perform that action at this time.
0 commit comments