summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2010-02-18 17:15:57 +0000
committerSimon McVittie <smcv@debian.org>2010-02-18 17:15:57 +0000
commita63043f262e8938affe515faa145d0f619b9fae6 (patch)
tree9f7cf34470fbff1a43dec913cc211a696f8dc625
parent2124e4f2a44791c92781276ebe7c4e9a458888d5 (diff)
downloaddbus-python-a63043f262e8938affe515faa145d0f619b9fae6.tar.gz
Prepare version 0.83.1
-rw-r--r--NEWS9
-rw-r--r--configure.ac4
2 files changed, 7 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 1a58cac..d49b3ed 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,12 @@
-D-Bus Python Bindings 0.83.1 (UNRELEASED)
+D-Bus Python Bindings 0.83.1 (2010-02-18)
=========================================
-Deprecations:
+Fixes:
-Features:
+* fd.o #21172: avoid some deprecation warnings in Python 2.6
-Fixes:
+* fd.o #15013: add dbus.lowlevel.MESSAGE_TYPE_SIGNAL etc., for those who care
+ about message types at a low level
* When removing signal matches, clean up internal state, avoiding a memory
leak in long-lived Python processes that connect to signals from arbitrarily
diff --git a/configure.ac b/configure.ac
index d889e0c..df8e995 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, 0)
+m4_define(dbus_python_micro_version, 1)
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]))