Diff between eaff2553e6affa626a7bef36cb74230b6f189e6d and 5e8d2cdf42108cbbb3b3a1283bc036e6e8babca7

Changed Files

File Additions Deletions Status
TODO +3 -6 modified

Full Patch

diff --git a/TODO b/TODO
index 545a53c..b06d726 100644
--- a/TODO
+++ b/TODO
@@ -60,12 +60,6 @@ BlueZ 5
 Priority/Complexity omitted as all items are required before 5.0 is
 released.
 
-- Fix all btd_profile instances to only have one UUID in remote_uuids,
-  then convert remote_uuids to a single remote_uuid.
-
-- Once the above item is done switch ConnectProfile to match remote_uuid
-  instead of local_uuid (as that's more intuitive).
-
 - Convert obexd & obex-client to ObjectManager/Properties
 
 - Don't install libbluetooth by default (put it behind a configure switch)
@@ -81,6 +75,9 @@ released.
 
 Completed items:
 
+- Switch ConnectProfile to match remote_uuid instead of local_uuid (as
+  that's more intuitive).
+
 - Remove powered state storing and rely on external entity to do the
   power on/off.