From b459906a7a6519c034f5882c472f0c945371dfc6 Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Mon, 17 Jul 2006 17:44:07 +0000 Subject: * doc/TODO: * dbus/dbus-bus.c: * dbus-errors.c: * dbus/dbus-marshal-validate.c: Removed TODO items which were fixed or are no longer relevent --- doc/TODO | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'doc') diff --git a/doc/TODO b/doc/TODO index 6ae67d1c..227c06c5 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,15 +1,3 @@ -Important for 0.90 freeze -=== - -- Audit @todo and FIXME for security issues that require API/ABI changes - -- dbus-pending-call.c has some API and thread safety issues to review. - DBusPendingCall is used from multiple threads with no locks. - Either DBusConnection's lock has to protect all associated pending - call (means pending->connection can't ever be set to null) or - or DBusPendingCall needs its own lock - http://lists.freedesktop.org/archives/dbus/2006-June/004945.html - Important for 1.0 === -- cgit