summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-06-15 18:51:46 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-06-15 18:51:46 +0100
commitc5f1a34d6319e768f38f18817b09134849c74794 (patch)
tree5da77560ec78eea4499502fa5706e5fdd4592f4d /NEWS
parentb4a34bf6ac17fae4f0cc67f5b5082856f0aa7283 (diff)
downloaddbus-python-c5f1a34d6319e768f38f18817b09134849c74794.tar.gz
Update NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS29
1 files changed, 29 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d7bfd21..7a8faa9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,32 @@
+D-Bus Python Bindings 0.81.2 (unreleased)
+=========================================
+
+Features:
+
+* dbus.service.Object can start off with no Connection or object path, and
+ become exported later. If suitable class attributes are set, objects can
+ even be exported on multiple connections, or with multiple object-paths,
+ or both.
+
+* @signal and @method accept a parameter ``connection_keyword`` so signals
+ can be emitted from a chosen connection, and methods can find out which
+ connection to use for any follow-up actions.
+
+Fixes:
+
+* In watch_name_owner, only the desired name is watched!
+
+* When cleaning up signal matches, errors are ignored. This avoids using up
+ scarce pending-call allowance on dbus-daemon < 1.1, and emitting error
+ messages if we get disconnected.
+
+* Signal handlers which are bound to a unique name are automatically
+ disconnected when the unique name goes away, reducing the likelihood that
+ applications will leak signal matches.
+
+* Some corrections were made to the tutorial (@service and @method take a
+ parameter dbus_interface, not just interface; fd.o #11209).
+
D-Bus Python Bindings 0.81.1 (4 June 2007)
==========================================