summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2019-09-12 10:44:48 +0100
committerSimon McVittie <smcv@collabora.com>2019-09-12 10:44:48 +0100
commit5426797ad2f243aeef3e934d35334ab7183bfb6d (patch)
treee397898ded3457e3272293896da61f639c0405cc /NEWS
parent9f0730c4d71d0d04ee0ed7734bc5e836fb81c2d2 (diff)
downloaddbus-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--NEWS13
1 files changed, 11 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index f891e4d..4aada42 100644
--- a/NEWS
+++ b/NEWS
@@ -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)
=========================================