From 6bdb27482cace69935584d2d9b33bdfce50ef5ce Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 25 May 2011 12:50:36 +0100 Subject: prepare 0.84 --- NEWS | 11 ++++++++++- configure.ac | 4 ++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index b651f46..652ce41 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,19 @@ -D-Bus Python Bindings 0.84.0 (UNRELEASED) +D-Bus Python Bindings 0.84.0 (2011-05-25) ========================================= +The "Comrade Bill Bartram's Egalitarian Anti-Imperialist Soviet Stout" release. + Enhancements: +* fd.o #30812: add the UnixFd type, and support Unix fd passing if + compiled against a new enough libdbus (Elvis Pfützenreuter) + * fd.o #34342: add Connection.set_allow_anonymous(bool) (Scott Tsai) +* fd.o #21017: add configure arguments PYTHON_INCLUDES and PYTHON_LIBS which + can be used to override $PYTHON-config (Simon McVittie, based on a patch from + Robert Schwebel) + Fixes: * fd.o #35626: clear ProxyObject's pending introspection queue after diff --git a/configure.ac b/configure.ac index 3ecdeda..5a5202c 100644 --- a/configure.ac +++ b/configure.ac @@ -5,8 +5,8 @@ dnl If not 1, append datestamp to the version number 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, 2) +m4_define(dbus_python_minor_version, 84) +m4_define(dbus_python_micro_version, 0) 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.3