summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2008-07-17 12:17:31 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2008-07-17 12:17:31 +0100
commitb962965f8c30d785ade69dd6a60924b42d6a1c8d (patch)
tree0ecb5c9723ac30a5fa551c0d621fb42d8df7ed67
parent90c84c2cbe826e8aa4a4a4d8c4f4926c77590f25 (diff)
downloaddbus-python-b962965f8c30d785ade69dd6a60924b42d6a1c8d.tar.gz
Update NEWS. Let's call the next release 0.83 since it's a feature release
-rw-r--r--NEWS8
-rw-r--r--dbus/server.py2
2 files changed, 8 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index a866177..c0a63a8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,14 +1,20 @@
-D-Bus Python Bindings 0.82.5 (unreleased)
+D-Bus Python Bindings 0.83.0 (unreleased)
=========================================
Features:
+* add bindings for DBusServer (thanks to Mathias Hasselmann, Huang Peng;
+ fd.o #14322, #15514)
+
Fixes:
* don't emit spurious Error messages if libdbus gives object-path handlers
a message that isn't a method call (most likely because of binding to a
locally emitted signal, as in fd.o #14199)
+* Make multiple filters added by Connection.add_message_filter work
+ (fd.o #15547, thanks to Huang Peng)
+
D-Bus Python Bindings 0.82.4 (2007-12-10)
=========================================
diff --git a/dbus/server.py b/dbus/server.py
index d690e1a..1988101 100644
--- a/dbus/server.py
+++ b/dbus/server.py
@@ -35,7 +35,7 @@ class Server(_Server):
either extend the method connection_added, or append to the
list on_connection_added.
- :Since: 0.82.5
+ :Since: 0.83
"""
def __new__(cls, address, connection_class=Connection,