diff options
author | Simon McVittie <smcv@collabora.com> | 2023-08-16 13:33:00 +0100 |
---|---|---|
committer | Simon McVittie <smcv@collabora.com> | 2023-08-16 13:33:00 +0100 |
commit | 7b3c674f9d73898cdecf14c7e449066922064d37 (patch) | |
tree | c4281969a322be25a28a7c13d9fcbeaec967d71f | |
parent | af204e52ddae8084516a98bbf2f75f58ee1de353 (diff) |
Update NEWS
Signed-off-by: Simon McVittie <smcv@collabora.com>
-rw-r--r-- | NEWS | 17 |
1 files changed, 15 insertions, 2 deletions
@@ -1,7 +1,20 @@ -dbus Python Bindings 1.3.4 (UNRELEASED) +dbus Python Bindings 1.4.0 (UNRELEASED) ======================================= -... +Enhancements: + +* Automatically set the NO_REPLY message flag in call_async if there + is no reply handler and no error handler (dbus-python!22, Mihai Dumitru) + +* Add arg0namespace match rule support (dbus-python!27, Jeroen Hofstee) + +Fixes: + +* Avoid using distutils in setup.py (Simon McVittie) + +* Fix a typo in example code (dbus-python!25, Robert Ancell) + +* CI fixes (Simon McVittie) dbus Python Bindings 1.3.2 (2022-09-06) ======================================= |