From 73fce893626e2e2640a35798266f4ee2bc6c05eb Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 2 Dec 2010 17:47:13 +0000 Subject: Release 0.83.2 --- NEWS | 8 ++++---- configure.ac | 4 ++-- 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])) -- cgit v1.2.1