From b962965f8c30d785ade69dd6a60924b42d6a1c8d Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 17 Jul 2008 12:17:31 +0100 Subject: Update NEWS. Let's call the next release 0.83 since it's a feature release --- NEWS | 8 +++++++- dbus/server.py | 2 +- 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, -- cgit v1.2.1