From 382b890175ecef7818ce07d8d36cdaab138032df Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 4 Jun 2007 12:26:15 +0100 Subject: [PATCH] NEWS: update --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index baabe4e..3ef8b1f 100644 --- a/NEWS +++ b/NEWS @@ -14,8 +14,8 @@ Features: * The Connection, BusConnection and Bus classes have a method list_exported_child_objects(path: str) -> list of str, which wraps dbus_connection_list_registered() -* You can remove objects from the bus before they become unreferenced, by - using dbus.service.Object.unexport() +* You can remove objects from D-Bus before they become unreferenced, by + using dbus.service.Object.remove_from_connection() (https://bugs.freedesktop.org/show_bug.cgi?id=10457) Bug fixes: -- 2.11.4.GIT