summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-10-23 19:34:35 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-10-23 19:34:35 +0100
commitc57c4d281369589b636aee928238b7cf6e42e00f (patch)
tree6770ef02eafd144f7bac3b51025323abd6e4ac08
parentf52465232234ae71fa16741abcd57aab155949ad (diff)
downloaddbus-python-c57c4d281369589b636aee928238b7cf6e42e00f.tar.gz
NEWS
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3a225eb..e71d5a2 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,13 @@ D-Bus Python Bindings 1.1.2 (UNRELEASED)
The "compile like it's 1998" release.
+• Support DBusException('something with non—ASCII') under Python 2
+ (Michael Vogt, smcv; fd.o #55899)
+
+• Correct some misleading wording in COPYING which was written under the
+ assumption that libdbus could actually be relicensed to MIT/X11
+ (Thiago Macieira)
+
• Avoid variable-length arrays, because MSVC++ is still stuck in 1998
(based on patches from Christoph Höger, fd.o #51725)