diff options
| author | Simon McVittie <smcv@collabora.com> | 2019-09-12 10:44:48 +0100 |
|---|---|---|
| committer | Simon McVittie <smcv@collabora.com> | 2019-09-12 10:44:48 +0100 |
| commit | 5426797ad2f243aeef3e934d35334ab7183bfb6d (patch) | |
| tree | e397898ded3457e3272293896da61f639c0405cc /NEWS | |
| parent | 9f0730c4d71d0d04ee0ed7734bc5e836fb81c2d2 (diff) | |
| download | dbus-python-1.2.12.tar.gz | |
Prepare version 1.2.12dbus-python-1.2.12
Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -1,7 +1,16 @@ -dbus Python Bindings 1.2.12 (UNRELEASED) +dbus Python Bindings 1.2.12 (2019-09-12) ======================================== -... +The “spinal bap” release. + +Fixes: + +• Don't save and restore the exception indicator when called from C code. + This avoided "returned a result with an error set" errors under some + circumstances, but also caused a regression for code that relies on + being able to terminate the program by calling sys.exit() or raising + SystemExit from a dbus-python method. In particular, this broke one of + libsecret's unit tests. (Debian #940087; Simon McVittie) D-Bus Python Bindings 1.2.10 (2019-09-02) ========================================= |
