summaryrefslogtreecommitdiff
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
parentd51c445c8460507526124c3874f81a205a1ae4b9 (diff)
Release 0.83.2dbus-python-0.83.2
-rw-r--r--NEWS8
-rw-r--r--configure.ac4
2 files changed, 6 insertions, 6 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)
=========================================
diff --git a/configure.ac b/configure.ac
index 4d50669..209409b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,11 +2,11 @@
AC_PREREQ(2.59c)
dnl If not 1, append datestamp to the version number
-m4_define(dbus_python_released, 0)
+m4_define(dbus_python_released, 1)
dnl The dbus-python version number (must actually be numeric at the moment)
m4_define(dbus_python_major_version, 0)
m4_define(dbus_python_minor_version, 83)
-m4_define(dbus_python_micro_version, 1)
+m4_define(dbus_python_micro_version, 2)
m4_define(dbus_python_maybe_datestamp,
m4_esyscmd([if test x]dbus_python_released[ != x1; then date +.%Y%m%d | tr -d '\n\r'; fi]))