File tree 2 files changed +15
-1
lines changed
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
17
## Version 0.1.3
4
18
5
19
This version adds some bugfixes and new features.
Original file line number Diff line number Diff line change 1
1
__title__ = 'dbus_next'
2
2
__description__ = 'A zero-dependency DBus library for Python with asyncio support'
3
3
__url__ = 'https://github.com/altdesktop/python-dbus-next'
4
- __version__ = '0.1.3 '
4
+ __version__ = '0.1.4 '
5
5
__author__ = 'Tony Crisci'
6
6
__author_email__ = '[email protected] '
7
7
__license__ = 'MIT'
You can’t perform that action at this time.
0 commit comments