summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 178809f..2d579af 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,16 @@
D-Bus Python Bindings 1.1.1 (UNRELEASED)
========================================
+Dependencies:
+
+* libdbus 1.6 or later is now recommended. It is not strictly required yet.
+
Fixes:
+• Validate UTF-8 according to the rules libdbus uses, falling back to our
+ own (inefficient) implementation if not compiled against dbus >= 1.6
+ (fd.o #40817)
+
• Under Python 3, in the absence of introspection or signature='...',
pass dbus.ObjectPath or dbus.Signature arguments with the obvious
signature 'o' or 'g', not 's'. This previously only worked in Python 2.