summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2010-12-02 17:47:13 +0000
committerSimon McVittie <smcv@debian.org>2010-12-02 17:47:13 +0000
commit73fce893626e2e2640a35798266f4ee2bc6c05eb (patch)
tree582775847ae42f6baa35e545be23e9b3e8b46812 /NEWS
parentd51c445c8460507526124c3874f81a205a1ae4b9 (diff)
downloaddbus-python-0.83.2.tar.gz
Release 0.83.2dbus-python-0.83.2
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index c840b2d..0d893c2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-D-Bus Python Bindings 0.83.2 (UNRELEASED)
+D-Bus Python Bindings 0.83.2 (2010-12-02)
=========================================
Dependencies:
@@ -19,11 +19,11 @@ Fixes:
* 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 #23278, #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
+ is finalized, is re-initialized, and re-imports dbus (Simon McVittie)
D-Bus Python Bindings 0.83.1 (2010-02-18)
=========================================