From cf4afc9ccf1408f0f0fde2a01e2dd68ba59de1f9 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 30 May 2007 15:52:36 +0100 Subject: [PATCH] NEWS: Describe the fix for #10457 --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 56ffb61..baabe4e 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,9 @@ 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() + (https://bugs.freedesktop.org/show_bug.cgi?id=10457) Bug fixes: -- 2.11.4.GIT