summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
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)
=========================================