summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-06-25 17:01:51 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-06-25 17:01:51 +0100
commitf6066573d25508f5cbbc5c12254086d419bb8828 (patch)
tree470a9a7eb3dc658b2886d5539ba6363792cc7698 /NEWS
parent4a0f4379d4a5783d576aec90019a39459eff007d (diff)
downloaddbus-python-f6066573d25508f5cbbc5c12254086d419bb8828.tar.gz
fd.o #40817: validate UTF-8 according to the same rules as libdbusdbus-python-1.1.1
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.