summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2010-12-02 17:41:12 +0000
committerSimon McVittie <smcv@debian.org>2010-12-02 17:41:12 +0000
commitd51c445c8460507526124c3874f81a205a1ae4b9 (patch)
treeb3ff56c476a3fd7d799826de911d2bb83e7eafc1
parent59a0ea47f343da7626ea6f10f661a942f8eb284a (diff)
downloaddbus-python-d51c445c8460507526124c3874f81a205a1ae4b9.tar.gz
NEWS
-rw-r--r--NEWS24
1 files changed, 23 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9af4882..c840b2d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,29 @@
D-Bus Python Bindings 0.83.2 (UNRELEASED)
=========================================
-...
+Dependencies:
+
+* libdbus 1.2 is still supported, but libdbus >= 1.4 is recommended.
+
+Fixes:
+
+* Make BusConnection.list_activatable_names actually call ListActivatableNames,
+ not ListNames (Johan Sandelin)
+
+* Don't override CFLAGS when adding compiler warnings
+ (Louis-Francis Ratté-Boulianne)
+
+* Fix compilation on platforms where Py_ssize_t is larger than int, like x86-64
+ (Elvis Pfützenreuter)
+
+* fd.o #21831: deserialize empty byte arrays with byte_arrays=True as
+ ByteArray(''), not ByteArray('None') (Simon McVittie)
+
+* fd.o #25105: fix crashes when trying to append more struct entries than the
+ signature allows with libdbus 1.4 (Simon McVittie)
+
+* fd.o #23831: fix crashes when an embedded Python interpreter imports dbus,
+ is finalized, is re-initialized, and re-imports dbus
D-Bus Python Bindings 0.83.1 (2010-02-18)
=========================================