summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-06-19 13:37:30 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-06-19 13:37:30 +0100
commit10c49fa072b4f28713cfc873444b902b0bbe021e (patch)
tree2c5e09fff4dc9bd0fafbf5b37435ab09dccec3ee /NEWS
parent7c9d08d1ba7f5b0a9aa4a37118e56b1725cdaef9 (diff)
downloaddbus-python-10c49fa072b4f28713cfc873444b902b0bbe021e.tar.gz
Update NEWS with recent changes; next version should be 0.82.0 I think
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS19
1 files changed, 15 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 7a8faa9..bb515ea 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-D-Bus Python Bindings 0.81.2 (unreleased)
+D-Bus Python Bindings 0.82.0 (unreleased)
=========================================
Features:
@@ -8,9 +8,17 @@ Features:
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.
+* dbus.service.FallbackObject implements a whole subtree of object-path space
+ (fd.o #9295).
+
+* ``@method`` accepts a parameter ``connection_keyword`` so methods can find
+ out which connection to use for any follow-up actions.
+
+* ``@signal`` has a new parameter ``rel_path_keyword`` which gets the path at
+ which to emit the signal, relative to the path of the FallbackObject.
+ ``path_keyword`` is now deprecated, and will raise an exception if used
+ on an object with ``SUPPORTS_MULTIPLE_OBJECT_PATHS``, including any
+ ``FallbackObject``.
Fixes:
@@ -27,6 +35,9 @@ Fixes:
* Some corrections were made to the tutorial (@service and @method take a
parameter dbus_interface, not just interface; fd.o #11209).
+* ${PYTHON}-config is used to get the Python include path (patch from
+ Sebastien Bacher/Ubuntu, fd.o #11282).
+
D-Bus Python Bindings 0.81.1 (4 June 2007)
==========================================