summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 5 insertions, 4 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