summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2006-07-17 17:44:07 +0000
committerJohn (J5) Palmieri <johnp@redhat.com>2006-07-17 17:44:07 +0000
commitb459906a7a6519c034f5882c472f0c945371dfc6 (patch)
tree8265e9bf1a4af7d75065980c7fe0638673c5ef7c /doc
parentb617b405a52fd3c751fbd471ebd3210dc65e0375 (diff)
* 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
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO12
1 files changed, 0 insertions, 12 deletions
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
===